Package | Description |
---|---|
com.sun.el.stream |
Modifier and Type | Method and 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) |
Copyright © 2016. All rights reserved.