| Package | Description |
|---|---|
| com.sun.el.stream |
| Modifier and Type | Method and Description |
|---|---|
Stream |
Stream.distinct() |
Stream |
Stream.filter(jakarta.el.LambdaExpression predicate) |
Stream |
Stream.flatMap(jakarta.el.LambdaExpression mapper) |
Stream |
Stream.limit(long n) |
Stream |
Stream.map(jakarta.el.LambdaExpression mapper) |
Stream |
Stream.peek(jakarta.el.LambdaExpression comsumer) |
Stream |
Stream.sorted() |
Stream |
Stream.sorted(jakarta.el.LambdaExpression comparator) |
Stream |
Stream.substream(long startIndex) |
Stream |
Stream.substream(long startIndex,
long endIndex) |
Comments to: el-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.