Modifier and Type | Method and Description |
---|---|
static TLongStream |
TArrays.stream(long[] array) |
static TLongStream |
TArrays.stream(long[] array,
int startInclusive,
int endExclusive) |
Modifier and Type | Method and Description |
---|---|
TLongStream |
TIntStream.asLongStream() |
TLongStream |
TLongStream.Builder.build() |
static TLongStream |
TLongStream.concat(TLongStream a,
TLongStream b) |
TLongStream |
TLongStream.distinct() |
static TLongStream |
TLongStream.empty() |
TLongStream |
TLongStream.filter(LongPredicate predicate) |
TLongStream |
TLongStream.flatMap(LongFunction<? extends TLongStream> mapper) |
TLongStream |
TStream.flatMapToLong(Function<? super T,? extends TLongStream> mapper) |
static TLongStream |
TLongStream.generate(LongSupplier s) |
static TLongStream |
TLongStream.iterate(long seed,
LongUnaryOperator f) |
TLongStream |
TLongStream.limit(long maxSize) |
TLongStream |
TLongStream.map(LongUnaryOperator mapper) |
TLongStream |
TDoubleStream.mapToLong(DoubleToLongFunction mapper) |
TLongStream |
TIntStream.mapToLong(IntToLongFunction mapper) |
TLongStream |
TStream.mapToLong(ToLongFunction<? super T> mapper) |
static TLongStream |
TLongStream.of(long... values) |
static TLongStream |
TLongStream.of(long t) |
TLongStream |
TLongStream.peek(LongConsumer action) |
static TLongStream |
TLongStream.range(long startInclusive,
long endExclusive) |
static TLongStream |
TLongStream.rangeClosed(long startInclusive,
long endInclusive) |
TLongStream |
TLongStream.skip(long n) |
TLongStream |
TLongStream.sorted() |
Modifier and Type | Method and Description |
---|---|
static TLongStream |
TLongStream.concat(TLongStream a,
TLongStream b) |
Modifier and Type | Method and Description |
---|---|
TLongStream |
TLongStream.flatMap(LongFunction<? extends TLongStream> mapper) |
TLongStream |
TStream.flatMapToLong(Function<? super T,? extends TLongStream> mapper) |
Modifier and Type | Method and Description |
---|---|
TLongStream |
TSimpleDoubleStreamImpl.mapToLong(DoubleToLongFunction mapper) |
Modifier and Type | Class and Description |
---|---|
class |
TFlatMappingToLongStreamImpl<T> |
class |
TMappingToLongStreamImpl<T> |
Modifier and Type | Method and Description |
---|---|
TLongStream |
TSimpleStreamImpl.flatMapToLong(Function<? super T,? extends TLongStream> mapper) |
TLongStream |
TSimpleStreamImpl.mapToLong(ToLongFunction<? super T> mapper) |
Modifier and Type | Method and Description |
---|---|
TLongStream |
TSimpleStreamImpl.flatMapToLong(Function<? super T,? extends TLongStream> mapper) |
Constructor and Description |
---|
TFlatMappingToLongStreamImpl(TSimpleStreamImpl<T> sourceStream,
Function<? super T,? extends TLongStream> mapper) |
Modifier and Type | Class and Description |
---|---|
class |
TIntAsLongStream |
Modifier and Type | Method and Description |
---|---|
TLongStream |
TSimpleIntStreamImpl.asLongStream() |
TLongStream |
TSimpleIntStreamImpl.mapToLong(IntToLongFunction mapper) |
Modifier and Type | Class and Description |
---|---|
class |
TArrayLongStreamImpl |
class |
TCloseHandlingLongStream |
class |
TDistinctLongStreamImpl |
class |
TEmptyLongStreamImpl |
class |
TFilteringLongStreamImpl |
class |
TFlatMappingLongStreamImpl |
class |
TGenerateLongStream |
class |
TGenericConcatLongStream |
class |
TIterateLongStream |
class |
TLimitingLongStreamImpl |
class |
TMappingLongStreamImpl |
class |
TPeekingLongStreamImpl |
class |
TRangeLongStream |
class |
TSimpleLongStreamImpl |
class |
TSingleLongStreamImpl |
class |
TSkippingLongStreamImpl |
class |
TSpecializedConcatLongStream |
class |
TWrappingLongStreamImpl |
Modifier and Type | Method and Description |
---|---|
TLongStream |
TLongStreamBuilder.build() |
TLongStream |
TSimpleLongStreamImpl.distinct() |
TLongStream |
TSimpleLongStreamImpl.filter(LongPredicate predicate) |
TLongStream |
TSimpleLongStreamImpl.flatMap(LongFunction<? extends TLongStream> mapper) |
TLongStream |
TSimpleLongStreamImpl.limit(long maxSize) |
TLongStream |
TSimpleLongStreamImpl.map(LongUnaryOperator mapper) |
TLongStream |
TSimpleLongStreamImpl.onClose(Runnable closeHandler) |
TLongStream |
TSimpleLongStreamImpl.parallel() |
TLongStream |
TSimpleLongStreamImpl.peek(LongConsumer action) |
TLongStream |
TSimpleLongStreamImpl.sequential() |
TLongStream |
TSimpleLongStreamImpl.skip(long n) |
TLongStream |
TSimpleLongStreamImpl.sorted() |
TLongStream |
TSimpleLongStreamImpl.unordered() |
Modifier and Type | Method and Description |
---|---|
TLongStream |
TSimpleLongStreamImpl.flatMap(LongFunction<? extends TLongStream> mapper) |
Constructor and Description |
---|
TGenericConcatLongStream(TLongStream first,
TLongStream second) |
Constructor and Description |
---|
TFlatMappingLongStreamImpl(TSimpleLongStreamImpl sourceStream,
LongFunction<? extends TLongStream> mapper) |
Copyright © 2019. All rights reserved.