Modifier and Type | Method and Description |
---|---|
static TIntStream |
TArrays.stream(int[] array) |
static TIntStream |
TArrays.stream(int[] array,
int startInclusive,
int endExclusive) |
Modifier and Type | Method and Description |
---|---|
TIntStream |
TIntStream.Builder.build() |
static TIntStream |
TIntStream.concat(TIntStream a,
TIntStream b) |
TIntStream |
TIntStream.distinct() |
static TIntStream |
TIntStream.empty() |
TIntStream |
TIntStream.filter(IntPredicate predicate) |
TIntStream |
TIntStream.flatMap(IntFunction<? extends TIntStream> mapper) |
TIntStream |
TStream.flatMapToInt(Function<? super T,? extends TIntStream> mapper) |
static TIntStream |
TIntStream.generate(IntSupplier s) |
static TIntStream |
TIntStream.iterate(int seed,
IntUnaryOperator f) |
TIntStream |
TIntStream.limit(long maxSize) |
TIntStream |
TIntStream.map(IntUnaryOperator mapper) |
TIntStream |
TDoubleStream.mapToInt(DoubleToIntFunction mapper) |
TIntStream |
TLongStream.mapToInt(LongToIntFunction mapper) |
TIntStream |
TStream.mapToInt(ToIntFunction<? super T> mapper) |
static TIntStream |
TIntStream.of(int... values) |
static TIntStream |
TIntStream.of(int t) |
TIntStream |
TIntStream.peek(IntConsumer action) |
static TIntStream |
TIntStream.range(int startInclusive,
int endExclusive) |
static TIntStream |
TIntStream.rangeClosed(int startInclusive,
int endInclusive) |
TIntStream |
TIntStream.skip(long n) |
TIntStream |
TIntStream.sorted() |
Modifier and Type | Method and Description |
---|---|
static TIntStream |
TIntStream.concat(TIntStream a,
TIntStream b) |
Modifier and Type | Method and Description |
---|---|
TIntStream |
TIntStream.flatMap(IntFunction<? extends TIntStream> mapper) |
TIntStream |
TStream.flatMapToInt(Function<? super T,? extends TIntStream> mapper) |
Modifier and Type | Method and Description |
---|---|
TIntStream |
TSimpleDoubleStreamImpl.mapToInt(DoubleToIntFunction mapper) |
Modifier and Type | Class and Description |
---|---|
class |
TFlatMappingToIntStreamImpl<T> |
class |
TMappingToIntStreamImpl<T> |
Modifier and Type | Method and Description |
---|---|
TIntStream |
TSimpleStreamImpl.flatMapToInt(Function<? super T,? extends TIntStream> mapper) |
TIntStream |
TSimpleStreamImpl.mapToInt(ToIntFunction<? super T> mapper) |
Modifier and Type | Method and Description |
---|---|
TIntStream |
TSimpleStreamImpl.flatMapToInt(Function<? super T,? extends TIntStream> mapper) |
Constructor and Description |
---|
TFlatMappingToIntStreamImpl(TSimpleStreamImpl<T> sourceStream,
Function<? super T,? extends TIntStream> mapper) |
Modifier and Type | Class and Description |
---|---|
class |
TArrayIntStreamImpl |
class |
TCloseHandlingIntStream |
class |
TDistinctIntStreamImpl |
class |
TEmptyIntStreamImpl |
class |
TFilteringIntStreamImpl |
class |
TFlatMappingIntStreamImpl |
class |
TGenerateIntStream |
class |
TGenericConcatIntStream |
class |
TIterateIntStream |
class |
TLimitingIntStreamImpl |
class |
TMappingIntStreamImpl |
class |
TPeekingIntStreamImpl |
class |
TRangeIntStream |
class |
TSimpleIntStreamImpl |
class |
TSingleIntStreamImpl |
class |
TSkippingIntStreamImpl |
class |
TSpecializedConcatIntStream |
class |
TWrappingIntStreamImpl |
Modifier and Type | Method and Description |
---|---|
TIntStream |
TIntStreamBuilder.build() |
TIntStream |
TSimpleIntStreamImpl.distinct() |
TIntStream |
TSimpleIntStreamImpl.filter(IntPredicate predicate) |
TIntStream |
TSimpleIntStreamImpl.flatMap(IntFunction<? extends TIntStream> mapper) |
TIntStream |
TSimpleIntStreamImpl.limit(long maxSize) |
TIntStream |
TSimpleIntStreamImpl.map(IntUnaryOperator mapper) |
TIntStream |
TSimpleIntStreamImpl.onClose(Runnable closeHandler) |
TIntStream |
TSimpleIntStreamImpl.parallel() |
TIntStream |
TSimpleIntStreamImpl.peek(IntConsumer action) |
TIntStream |
TSimpleIntStreamImpl.sequential() |
TIntStream |
TSimpleIntStreamImpl.skip(long n) |
TIntStream |
TSimpleIntStreamImpl.sorted() |
TIntStream |
TSimpleIntStreamImpl.unordered() |
Modifier and Type | Method and Description |
---|---|
TIntStream |
TSimpleIntStreamImpl.flatMap(IntFunction<? extends TIntStream> mapper) |
Constructor and Description |
---|
TGenericConcatIntStream(TIntStream first,
TIntStream second) |
Constructor and Description |
---|
TFlatMappingIntStreamImpl(TSimpleIntStreamImpl sourceStream,
IntFunction<? extends TIntStream> mapper) |
Modifier and Type | Method and Description |
---|---|
TIntStream |
TSimpleLongStreamImpl.mapToInt(LongToIntFunction mapper) |
Copyright © 2019. All rights reserved.