Uses of Interface
org.teavm.classlib.java.util.stream.TDoubleStream
Packages that use TDoubleStream
Package
Description
-
Uses of TDoubleStream in org.teavm.classlib.java.util
Methods in org.teavm.classlib.java.util that return TDoubleStreamModifier and TypeMethodDescriptionTRandom.doubles()
TRandom.doubles(double randomNumberOrigin, double randomNumberBound)
TRandom.doubles(long streamSize)
TRandom.doubles(long streamSize, double randomNumberOrigin, double randomNumberBound)
static TDoubleStream
TArrays.stream(double[] array)
static TDoubleStream
TArrays.stream(double[] array, int startInclusive, int endExclusive)
TOptionalDouble.stream()
-
Uses of TDoubleStream in org.teavm.classlib.java.util.stream
Methods in org.teavm.classlib.java.util.stream that return TDoubleStreamModifier and TypeMethodDescriptionTIntStream.asDoubleStream()
TLongStream.asDoubleStream()
TDoubleStream.Builder.build()
static TDoubleStream
TDoubleStream.concat(TDoubleStream a, TDoubleStream b)
TDoubleStream.distinct()
static TDoubleStream
TDoubleStream.empty()
TDoubleStream.filter(DoublePredicate predicate)
TDoubleStream.flatMap(DoubleFunction<? extends TDoubleStream> mapper)
TStream.flatMapToDouble(Function<? super T,? extends TDoubleStream> mapper)
static TDoubleStream
TDoubleStream.generate(DoubleSupplier s)
static TDoubleStream
TDoubleStream.iterate(double seed, DoubleUnaryOperator f)
TDoubleStream.limit(long maxSize)
TDoubleStream.map(DoubleUnaryOperator mapper)
TIntStream.mapToDouble(IntToDoubleFunction mapper)
TLongStream.mapToDouble(LongToDoubleFunction mapper)
TStream.mapToDouble(ToDoubleFunction<? super T> mapper)
static TDoubleStream
TDoubleStream.of(double t)
static TDoubleStream
TDoubleStream.of(double... values)
TDoubleStream.peek(DoubleConsumer action)
TDoubleStream.skip(long n)
TDoubleStream.sorted()
Methods in org.teavm.classlib.java.util.stream with parameters of type TDoubleStreamModifier and TypeMethodDescriptionstatic TDoubleStream
TDoubleStream.concat(TDoubleStream a, TDoubleStream b)
Method parameters in org.teavm.classlib.java.util.stream with type arguments of type TDoubleStreamModifier and TypeMethodDescriptionTDoubleStream.flatMap(DoubleFunction<? extends TDoubleStream> mapper)
TStream.flatMapToDouble(Function<? super T,? extends TDoubleStream> mapper)
-
Uses of TDoubleStream in org.teavm.classlib.java.util.stream.doubleimpl
Classes in org.teavm.classlib.java.util.stream.doubleimpl that implement TDoubleStreamModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in org.teavm.classlib.java.util.stream.doubleimpl that return TDoubleStreamModifier and TypeMethodDescriptionTDoubleStreamBuilder.build()
TSimpleDoubleStreamImpl.distinct()
TSimpleDoubleStreamImpl.filter(DoublePredicate predicate)
TSimpleDoubleStreamImpl.flatMap(DoubleFunction<? extends TDoubleStream> mapper)
TSimpleDoubleStreamImpl.limit(long maxSize)
TSimpleDoubleStreamImpl.map(DoubleUnaryOperator mapper)
TSimpleDoubleStreamImpl.parallel()
TSimpleDoubleStreamImpl.peek(DoubleConsumer action)
TSimpleDoubleStreamImpl.sequential()
TSimpleDoubleStreamImpl.skip(long n)
TSimpleDoubleStreamImpl.sorted()
TSimpleDoubleStreamImpl.unordered()
Method parameters in org.teavm.classlib.java.util.stream.doubleimpl with type arguments of type TDoubleStreamModifier and TypeMethodDescriptionTSimpleDoubleStreamImpl.flatMap(DoubleFunction<? extends TDoubleStream> mapper)
Constructors in org.teavm.classlib.java.util.stream.doubleimpl with parameters of type TDoubleStreamModifierConstructorDescriptionTGenericConcatDoubleStream(TDoubleStream first, TDoubleStream second)
Constructor parameters in org.teavm.classlib.java.util.stream.doubleimpl with type arguments of type TDoubleStreamModifierConstructorDescriptionTFlatMappingDoubleStreamImpl(TSimpleDoubleStreamImpl sourceStream, DoubleFunction<? extends TDoubleStream> mapper)
-
Uses of TDoubleStream in org.teavm.classlib.java.util.stream.impl
Classes in org.teavm.classlib.java.util.stream.impl that implement TDoubleStreamModifier and TypeClassDescriptionclass
class
Methods in org.teavm.classlib.java.util.stream.impl that return TDoubleStreamModifier and TypeMethodDescriptionTSimpleStreamImpl.flatMapToDouble(Function<? super T,? extends TDoubleStream> mapper)
TSimpleStreamImpl.mapToDouble(ToDoubleFunction<? super T> mapper)
Method parameters in org.teavm.classlib.java.util.stream.impl with type arguments of type TDoubleStreamModifier and TypeMethodDescriptionTSimpleStreamImpl.flatMapToDouble(Function<? super T,? extends TDoubleStream> mapper)
Constructor parameters in org.teavm.classlib.java.util.stream.impl with type arguments of type TDoubleStreamModifierConstructorDescriptionTFlatMappingToDoubleStreamImpl(TSimpleStreamImpl<T> sourceStream, Function<? super T,? extends TDoubleStream> mapper)
-
Uses of TDoubleStream in org.teavm.classlib.java.util.stream.intimpl
Classes in org.teavm.classlib.java.util.stream.intimpl that implement TDoubleStreamMethods in org.teavm.classlib.java.util.stream.intimpl that return TDoubleStreamModifier and TypeMethodDescriptionTSimpleIntStreamImpl.asDoubleStream()
TSimpleIntStreamImpl.mapToDouble(IntToDoubleFunction mapper)
-
Uses of TDoubleStream in org.teavm.classlib.java.util.stream.longimpl
Classes in org.teavm.classlib.java.util.stream.longimpl that implement TDoubleStreamMethods in org.teavm.classlib.java.util.stream.longimpl that return TDoubleStreamModifier and TypeMethodDescriptionTSimpleLongStreamImpl.asDoubleStream()
TSimpleLongStreamImpl.mapToDouble(LongToDoubleFunction mapper)