| Package | Description |
|---|---|
| java.util.stream |
| Modifier and Type | Method and Description |
|---|---|
Stream<T> |
Stream.distinct() |
static <T> Stream<T> |
Stream.empty() |
Stream<T> |
Stream.filter(Predicate<? super T> predicate) |
Stream<T> |
Stream.limit(long maxSize) |
<R> Stream<R> |
Stream.map(Function<? super T,? extends R> mapper) |
static <T> Stream<T> |
Stream.of(T... values) |
Stream<T> |
Stream.skip(long n) |
Stream<T> |
Stream.sorted() |
Copyright © 2026. All rights reserved.