ExLongStream |
ExIntStream.asLongStream() |
ExLongStream |
ExLongStream.distinct() |
ExLongStream |
ExLongStream.filter(java.util.function.LongPredicate predicate) |
ExLongStream |
ExLongStream.flatMap(java.util.function.LongFunction<? extends java.util.stream.LongStream> mapper) |
ExLongStream |
ExStream.flatMapToLong(java.util.function.Function<? super T,? extends java.util.stream.LongStream> mapper) |
ExLongStream |
ExLongStream.limit(long maxSize) |
ExLongStream |
ExLongStream.map(java.util.function.LongUnaryOperator mapper) |
ExLongStream |
ExDoubleStream.mapToLong(java.util.function.DoubleToLongFunction mapper) |
ExLongStream |
ExIntStream.mapToLong(java.util.function.IntToLongFunction mapper) |
ExLongStream |
ExStream.mapToLong(java.util.function.ToLongFunction<? super T> mapper) |
default ExLongStream |
ExCollection.mapToLong(java.util.function.ToLongFunction<? super T> mapper)
Returns an LongStream consisting of the results of applying the
given function to the elements of this stream.
|
static ExLongStream |
ExLongStream.of(java.util.stream.LongStream stream) |
ExLongStream |
ExLongStream.onClose(Runnable closeHandler) |
ExLongStream |
ExLongStream.parallel() |
ExLongStream |
ExLongStream.peek(java.util.function.LongConsumer action) |
ExLongStream |
ExLongStream.sequential() |
ExLongStream |
ExLongStream.skip(long n) |
ExLongStream |
ExLongStream.sorted() |
ExLongStream |
ExLongStream.unordered() |