Uses of Interface
org.teavm.classlib.java.util.stream.TIntStream
Packages that use TIntStream
Package
Description
-
Uses of TIntStream in org.teavm.classlib.java.util
Methods in org.teavm.classlib.java.util that return TIntStreamModifier and TypeMethodDescriptionTRandom.ints()
TRandom.ints(int randomNumberOrigin, int randomNumberBound)
TRandom.ints(long streamSize)
TRandom.ints(long streamSize, int randomNumberOrigin, int randomNumberBound)
static TIntStream
TArrays.stream(int[] array)
static TIntStream
TArrays.stream(int[] array, int startInclusive, int endExclusive)
TOptionalInt.stream()
-
Uses of TIntStream in org.teavm.classlib.java.util.stream
Methods in org.teavm.classlib.java.util.stream that return TIntStreamModifier and TypeMethodDescriptionTIntStream.Builder.build()
static TIntStream
TIntStream.concat(TIntStream a, TIntStream b)
TIntStream.distinct()
static TIntStream
TIntStream.empty()
TIntStream.filter(IntPredicate predicate)
TIntStream.flatMap(IntFunction<? extends TIntStream> mapper)
TStream.flatMapToInt(Function<? super T,? extends TIntStream> mapper)
static TIntStream
TIntStream.generate(IntSupplier s)
static TIntStream
TIntStream.iterate(int seed, IntUnaryOperator f)
TIntStream.limit(long maxSize)
TIntStream.map(IntUnaryOperator mapper)
TDoubleStream.mapToInt(DoubleToIntFunction mapper)
TLongStream.mapToInt(LongToIntFunction mapper)
TStream.mapToInt(ToIntFunction<? super T> mapper)
static TIntStream
TIntStream.of(int t)
static TIntStream
TIntStream.of(int... values)
TIntStream.peek(IntConsumer action)
static TIntStream
TIntStream.range(int startInclusive, int endExclusive)
static TIntStream
TIntStream.rangeClosed(int startInclusive, int endInclusive)
TIntStream.skip(long n)
TIntStream.sorted()
Methods in org.teavm.classlib.java.util.stream with parameters of type TIntStreamModifier and TypeMethodDescriptionstatic TIntStream
TIntStream.concat(TIntStream a, TIntStream b)
Method parameters in org.teavm.classlib.java.util.stream with type arguments of type TIntStreamModifier and TypeMethodDescriptionTIntStream.flatMap(IntFunction<? extends TIntStream> mapper)
TStream.flatMapToInt(Function<? super T,? extends TIntStream> mapper)
-
Uses of TIntStream in org.teavm.classlib.java.util.stream.doubleimpl
Classes in org.teavm.classlib.java.util.stream.doubleimpl that implement TIntStreamMethods in org.teavm.classlib.java.util.stream.doubleimpl that return TIntStream -
Uses of TIntStream in org.teavm.classlib.java.util.stream.impl
Classes in org.teavm.classlib.java.util.stream.impl that implement TIntStreamModifier and TypeClassDescriptionclass
class
Methods in org.teavm.classlib.java.util.stream.impl that return TIntStreamModifier and TypeMethodDescriptionTSimpleStreamImpl.flatMapToInt(Function<? super T,? extends TIntStream> mapper)
TSimpleStreamImpl.mapToInt(ToIntFunction<? super T> mapper)
Method parameters in org.teavm.classlib.java.util.stream.impl with type arguments of type TIntStreamModifier and TypeMethodDescriptionTSimpleStreamImpl.flatMapToInt(Function<? super T,? extends TIntStream> mapper)
Constructor parameters in org.teavm.classlib.java.util.stream.impl with type arguments of type TIntStreamModifierConstructorDescriptionTFlatMappingToIntStreamImpl(TSimpleStreamImpl<T> sourceStream, Function<? super T,? extends TIntStream> mapper)
-
Uses of TIntStream in org.teavm.classlib.java.util.stream.intimpl
Classes in org.teavm.classlib.java.util.stream.intimpl that implement TIntStreamModifier 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.intimpl that return TIntStreamModifier and TypeMethodDescriptionTIntStreamBuilder.build()
TSimpleIntStreamImpl.distinct()
TSimpleIntStreamImpl.filter(IntPredicate predicate)
TSimpleIntStreamImpl.flatMap(IntFunction<? extends TIntStream> mapper)
TSimpleIntStreamImpl.limit(long maxSize)
TSimpleIntStreamImpl.map(IntUnaryOperator mapper)
TSimpleIntStreamImpl.parallel()
TSimpleIntStreamImpl.peek(IntConsumer action)
TSimpleIntStreamImpl.sequential()
TSimpleIntStreamImpl.skip(long n)
TSimpleIntStreamImpl.sorted()
TSimpleIntStreamImpl.unordered()
Method parameters in org.teavm.classlib.java.util.stream.intimpl with type arguments of type TIntStreamModifier and TypeMethodDescriptionTSimpleIntStreamImpl.flatMap(IntFunction<? extends TIntStream> mapper)
Constructors in org.teavm.classlib.java.util.stream.intimpl with parameters of type TIntStreamConstructor parameters in org.teavm.classlib.java.util.stream.intimpl with type arguments of type TIntStreamModifierConstructorDescriptionTFlatMappingIntStreamImpl(TSimpleIntStreamImpl sourceStream, IntFunction<? extends TIntStream> mapper)
-
Uses of TIntStream in org.teavm.classlib.java.util.stream.longimpl
Classes in org.teavm.classlib.java.util.stream.longimpl that implement TIntStreamMethods in org.teavm.classlib.java.util.stream.longimpl that return TIntStream