Package com.sun.el.stream
Class Stream
java.lang.Object
com.sun.el.stream.Stream
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class(package private) class(package private) class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanallMatch(LambdaExpression predicate) booleananyMatch(LambdaExpression predicate) average()count()distinct()filter(LambdaExpression predicate) flatMap(LambdaExpression mapper) voidforEach(LambdaExpression comsumer) iterator()limit(long n) map(LambdaExpression mapper) max()max(LambdaExpression comparator) min()min(LambdaExpression comparator) booleannoneMatch(LambdaExpression predicate) peek(LambdaExpression comsumer) reduce(Object base, LambdaExpression op) sorted()sorted(LambdaExpression comparator) substream(long startIndex) substream(long startIndex, long endIndex) sum()Object[]toArray()toList()
-
Field Details
-
source
-
upstream
-
op
-
-
Constructor Details
-
Stream
-
Stream
-
-
Method Details
-
iterator
-
filter
-
map
-
peek
-
limit
-
substream
-
substream
-
distinct
-
sorted
-
sorted
-
flatMap
-
reduce
-
reduce
-
forEach
-
anyMatch
-
allMatch
-
noneMatch
-
toArray
-
toList
-
findFirst
-
sum
-
count
-
min
-
max
-
min
-
max
-
average
-