Uses of Class
com.sun.el.stream.Stream
-
Packages that use Stream Package Description com.sun.el.stream -
-
Uses of Stream in com.sun.el.stream
Fields in com.sun.el.stream declared as Stream Modifier and Type Field Description private Stream
Stream. upstream
Methods in com.sun.el.stream that return Stream Modifier and Type Method Description Stream
Stream. distinct()
Stream
Stream. filter(LambdaExpression predicate)
Stream
Stream. flatMap(LambdaExpression mapper)
Stream
Stream. limit(long n)
Stream
Stream. map(LambdaExpression mapper)
Stream
Stream. peek(LambdaExpression comsumer)
Stream
Stream. sorted()
Stream
Stream. sorted(LambdaExpression comparator)
Stream
Stream. substream(long startIndex)
Stream
Stream. substream(long startIndex, long endIndex)
Constructors in com.sun.el.stream with parameters of type Stream Constructor Description Stream(Stream upstream, Operator op)
-