Uses of Interface
org.teavm.classlib.java.util.stream.TLongStream
Packages that use TLongStream
Package
Description
-
Uses of TLongStream in org.teavm.classlib.java.util
Methods in org.teavm.classlib.java.util that return TLongStreamModifier and TypeMethodDescriptionTRandom.longs()
TRandom.longs(long streamSize)
TRandom.longs(long randomNumberOrigin, long randomNumberBound)
TRandom.longs(long streamSize, long randomNumberOrigin, long randomNumberBound)
static TLongStream
TArrays.stream(long[] array)
static TLongStream
TArrays.stream(long[] array, int startInclusive, int endExclusive)
TOptionalLong.stream()
-
Uses of TLongStream in org.teavm.classlib.java.util.stream
Methods in org.teavm.classlib.java.util.stream that return TLongStreamModifier and TypeMethodDescriptionTIntStream.asLongStream()
TLongStream.Builder.build()
static TLongStream
TLongStream.concat(TLongStream a, TLongStream b)
TLongStream.distinct()
static TLongStream
TLongStream.empty()
TLongStream.filter(LongPredicate predicate)
TLongStream.flatMap(LongFunction<? extends TLongStream> mapper)
TStream.flatMapToLong(Function<? super T,? extends TLongStream> mapper)
static TLongStream
TLongStream.generate(LongSupplier s)
static TLongStream
TLongStream.iterate(long seed, LongUnaryOperator f)
TLongStream.limit(long maxSize)
TLongStream.map(LongUnaryOperator mapper)
TDoubleStream.mapToLong(DoubleToLongFunction mapper)
TIntStream.mapToLong(IntToLongFunction mapper)
TStream.mapToLong(ToLongFunction<? super T> mapper)
static TLongStream
TLongStream.of(long t)
static TLongStream
TLongStream.of(long... values)
TLongStream.peek(LongConsumer action)
static TLongStream
TLongStream.range(long startInclusive, long endExclusive)
static TLongStream
TLongStream.rangeClosed(long startInclusive, long endInclusive)
TLongStream.skip(long n)
TLongStream.sorted()
Methods in org.teavm.classlib.java.util.stream with parameters of type TLongStreamModifier and TypeMethodDescriptionstatic TLongStream
TLongStream.concat(TLongStream a, TLongStream b)
Method parameters in org.teavm.classlib.java.util.stream with type arguments of type TLongStreamModifier and TypeMethodDescriptionTLongStream.flatMap(LongFunction<? extends TLongStream> mapper)
TStream.flatMapToLong(Function<? super T,? extends TLongStream> mapper)
-
Uses of TLongStream in org.teavm.classlib.java.util.stream.doubleimpl
Classes in org.teavm.classlib.java.util.stream.doubleimpl that implement TLongStreamMethods in org.teavm.classlib.java.util.stream.doubleimpl that return TLongStreamModifier and TypeMethodDescriptionTSimpleDoubleStreamImpl.mapToLong(DoubleToLongFunction mapper)
-
Uses of TLongStream in org.teavm.classlib.java.util.stream.impl
Classes in org.teavm.classlib.java.util.stream.impl that implement TLongStreamModifier and TypeClassDescriptionclass
class
Methods in org.teavm.classlib.java.util.stream.impl that return TLongStreamModifier and TypeMethodDescriptionTSimpleStreamImpl.flatMapToLong(Function<? super T,? extends TLongStream> mapper)
TSimpleStreamImpl.mapToLong(ToLongFunction<? super T> mapper)
Method parameters in org.teavm.classlib.java.util.stream.impl with type arguments of type TLongStreamModifier and TypeMethodDescriptionTSimpleStreamImpl.flatMapToLong(Function<? super T,? extends TLongStream> mapper)
Constructor parameters in org.teavm.classlib.java.util.stream.impl with type arguments of type TLongStreamModifierConstructorDescriptionTFlatMappingToLongStreamImpl(TSimpleStreamImpl<T> sourceStream, Function<? super T,? extends TLongStream> mapper)
-
Uses of TLongStream in org.teavm.classlib.java.util.stream.intimpl
Classes in org.teavm.classlib.java.util.stream.intimpl that implement TLongStreamMethods in org.teavm.classlib.java.util.stream.intimpl that return TLongStreamModifier and TypeMethodDescriptionTSimpleIntStreamImpl.asLongStream()
TSimpleIntStreamImpl.mapToLong(IntToLongFunction mapper)
-
Uses of TLongStream in org.teavm.classlib.java.util.stream.longimpl
Classes in org.teavm.classlib.java.util.stream.longimpl that implement TLongStreamModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in org.teavm.classlib.java.util.stream.longimpl that return TLongStreamModifier and TypeMethodDescriptionTLongStreamBuilder.build()
TSimpleLongStreamImpl.distinct()
TSimpleLongStreamImpl.filter(LongPredicate predicate)
TSimpleLongStreamImpl.flatMap(LongFunction<? extends TLongStream> mapper)
TSimpleLongStreamImpl.limit(long maxSize)
TSimpleLongStreamImpl.map(LongUnaryOperator mapper)
TSimpleLongStreamImpl.parallel()
TSimpleLongStreamImpl.peek(LongConsumer action)
TSimpleLongStreamImpl.sequential()
TSimpleLongStreamImpl.skip(long n)
TSimpleLongStreamImpl.sorted()
TSimpleLongStreamImpl.unordered()
Method parameters in org.teavm.classlib.java.util.stream.longimpl with type arguments of type TLongStreamModifier and TypeMethodDescriptionTSimpleLongStreamImpl.flatMap(LongFunction<? extends TLongStream> mapper)
Constructors in org.teavm.classlib.java.util.stream.longimpl with parameters of type TLongStreamConstructor parameters in org.teavm.classlib.java.util.stream.longimpl with type arguments of type TLongStreamModifierConstructorDescriptionTFlatMappingLongStreamImpl(TSimpleLongStreamImpl sourceStream, LongFunction<? extends TLongStream> mapper)