| Modifier and Type | Method and Description |
|---|---|
ExtendedStream<T> |
ExtendedStream.distinct()
Deprecated.
|
ExtendedStream<T> |
ExtendedStream.filter(Predicate<? super T> predicate)
Deprecated.
|
<R> ExtendedStream<R> |
ExtendedStream.flatMap(Function<? super T,? extends Stream<? extends R>> mapper)
Deprecated.
|
<R> ExtendedStream<R> |
ExtendedStream.flatMapCollection(Function<? super T,? extends Collection<? extends R>> mapper)
Deprecated.
|
<R> ExtendedStream<R> |
ExtendedStream.flatMapOptional(Function<? super T,Optional<? extends R>> mapper)
Deprecated.
|
ExtendedStream<T> |
ExtendedStream.limit(long maxSize)
Deprecated.
|
<R> ExtendedStream<R> |
ExtendedStream.map(Function<? super T,? extends R> mapper)
Deprecated.
|
static <T> ExtendedStream<T> |
ExtendedStream.of(Stream<T> stream)
Deprecated.
|
ExtendedStream<T> |
ExtendedStream.onClose(Runnable closeHandler)
Deprecated.
|
ExtendedStream<T> |
ExtendedStream.parallel()
Deprecated.
|
ExtendedStream<T> |
ExtendedStream.peek(Consumer<? super T> action)
Deprecated.
|
ExtendedStream<T> |
ExtendedStream.sequential()
Deprecated.
|
ExtendedStream<T> |
ExtendedStream.skip(long n)
Deprecated.
|
ExtendedStream<T> |
ExtendedStream.sorted()
Deprecated.
|
ExtendedStream<T> |
ExtendedStream.sorted(Comparator<? super T> comparator)
Deprecated.
|
static <T> ExtendedStream<T> |
Streams.stream(Collection<T> collection)
Deprecated.
|
static <T> ExtendedStream<T> |
Streams.stream(Stream<T> stream)
Deprecated.
|
ExtendedStream<T> |
ExtendedStream.unordered()
Deprecated.
|
Copyright © 2014–2017. All rights reserved.