| Package | Description |
|---|---|
| com.sun.el.stream |
| Modifier and Type | Method | Description |
|---|---|---|
Stream |
Stream.distinct() |
|
Stream |
Stream.filter(javax.el.LambdaExpression predicate) |
|
Stream |
Stream.flatMap(javax.el.LambdaExpression mapper) |
|
Stream |
Stream.limit(long n) |
|
Stream |
Stream.map(javax.el.LambdaExpression mapper) |
|
Stream |
Stream.peek(javax.el.LambdaExpression comsumer) |
|
Stream |
Stream.sorted() |
|
Stream |
Stream.sorted(javax.el.LambdaExpression comparator) |
|
Stream |
Stream.substream(long startIndex) |
|
Stream |
Stream.substream(long startIndex,
long endIndex) |