Modifier and Type | Method and Description |
---|---|
static TDoubleStream |
TArrays.stream(double[] array) |
static TDoubleStream |
TArrays.stream(double[] array,
int startInclusive,
int endExclusive) |
Modifier and Type | Method and Description |
---|---|
static TDoubleStream |
TDoubleStream.concat(TDoubleStream a,
TDoubleStream b) |
Modifier and Type | Method and Description |
---|---|
TDoubleStream |
TDoubleStream.flatMap(DoubleFunction<? extends TDoubleStream> mapper) |
TDoubleStream |
TStream.flatMapToDouble(Function<? super T,? extends TDoubleStream> mapper) |
Modifier and Type | Class and Description |
---|---|
class |
TArrayDoubleStreamImpl |
class |
TCloseHandlingDoubleStream |
class |
TDistinctDoubleStreamImpl |
class |
TEmptyDoubleStreamImpl |
class |
TFilteringDoubleStreamImpl |
class |
TFlatMappingDoubleStreamImpl |
class |
TGenerateDoubleStream |
class |
TGenericConcatDoubleStream |
class |
TIterateDoubleStream |
class |
TLimitingDoubleStreamImpl |
class |
TMappingDoubleStreamImpl |
class |
TPeekingDoubleStreamImpl |
class |
TSimpleDoubleStreamImpl |
class |
TSingleDoubleStreamImpl |
class |
TSkippingDoubleStreamImpl |
class |
TSpecializedConcatDoubleStream |
class |
TWrappingDoubleStreamImpl |
Modifier and Type | Method and Description |
---|---|
TDoubleStream |
TDoubleStreamBuilder.build() |
TDoubleStream |
TSimpleDoubleStreamImpl.distinct() |
TDoubleStream |
TSimpleDoubleStreamImpl.filter(DoublePredicate predicate) |
TDoubleStream |
TSimpleDoubleStreamImpl.flatMap(DoubleFunction<? extends TDoubleStream> mapper) |
TDoubleStream |
TSimpleDoubleStreamImpl.limit(long maxSize) |
TDoubleStream |
TSimpleDoubleStreamImpl.map(DoubleUnaryOperator mapper) |
TDoubleStream |
TSimpleDoubleStreamImpl.onClose(Runnable closeHandler) |
TDoubleStream |
TSimpleDoubleStreamImpl.parallel() |
TDoubleStream |
TSimpleDoubleStreamImpl.peek(DoubleConsumer action) |
TDoubleStream |
TSimpleDoubleStreamImpl.sequential() |
TDoubleStream |
TSimpleDoubleStreamImpl.skip(long n) |
TDoubleStream |
TSimpleDoubleStreamImpl.sorted() |
TDoubleStream |
TSimpleDoubleStreamImpl.unordered() |
Modifier and Type | Method and Description |
---|---|
TDoubleStream |
TSimpleDoubleStreamImpl.flatMap(DoubleFunction<? extends TDoubleStream> mapper) |
Constructor and Description |
---|
TGenericConcatDoubleStream(TDoubleStream first,
TDoubleStream second) |
Constructor and Description |
---|
TFlatMappingDoubleStreamImpl(TSimpleDoubleStreamImpl sourceStream,
DoubleFunction<? extends TDoubleStream> mapper) |
Modifier and Type | Class and Description |
---|---|
class |
TFlatMappingToDoubleStreamImpl<T> |
class |
TMappingToDoubleStreamImpl<T> |
Modifier and Type | Method and Description |
---|---|
TDoubleStream |
TSimpleStreamImpl.flatMapToDouble(Function<? super T,? extends TDoubleStream> mapper) |
TDoubleStream |
TSimpleStreamImpl.mapToDouble(ToDoubleFunction<? super T> mapper) |
Modifier and Type | Method and Description |
---|---|
TDoubleStream |
TSimpleStreamImpl.flatMapToDouble(Function<? super T,? extends TDoubleStream> mapper) |
Constructor and Description |
---|
TFlatMappingToDoubleStreamImpl(TSimpleStreamImpl<T> sourceStream,
Function<? super T,? extends TDoubleStream> mapper) |
Modifier and Type | Class and Description |
---|---|
class |
TIntAsDoubleStream |
Modifier and Type | Method and Description |
---|---|
TDoubleStream |
TSimpleIntStreamImpl.asDoubleStream() |
TDoubleStream |
TSimpleIntStreamImpl.mapToDouble(IntToDoubleFunction mapper) |
Modifier and Type | Class and Description |
---|---|
class |
TLongAsDoubleStream |
Modifier and Type | Method and Description |
---|---|
TDoubleStream |
TSimpleLongStreamImpl.asDoubleStream() |
TDoubleStream |
TSimpleLongStreamImpl.mapToDouble(LongToDoubleFunction mapper) |
Copyright © 2019. All rights reserved.