Uses of Interface
org.teavm.classlib.java.util.stream.TStream
Packages that use TStream
Package
Description
-
Uses of TStream in org.teavm.classlib.java.util
Methods in org.teavm.classlib.java.util that return TStream -
Uses of TStream in org.teavm.classlib.java.util.stream
Methods in org.teavm.classlib.java.util.stream that return TStreamModifier and TypeMethodDescriptionTDoubleStream.boxed()
TIntStream.boxed()
TLongStream.boxed()
TStream.Builder.build()
static <T> TStream<T>
TStream.distinct()
static <T> TStream<T>
TStream.empty()
<R> TStream<R>
static <T> TStream<T>
static <T> TStream<T>
TStream.iterate(T seed, UnaryOperator<T> f)
TStream.limit(long maxSize)
<R> TStream<R>
<U> TStream<U>
TDoubleStream.mapToObj(DoubleFunction<? extends U> mapper)
<U> TStream<U>
TIntStream.mapToObj(IntFunction<? extends U> mapper)
<U> TStream<U>
TLongStream.mapToObj(LongFunction<? extends U> mapper)
static <T> TStream<T>
TStream.of(T t)
static <T> TStream<T>
TStream.of(T... values)
TStream.skip(long n)
TStream.sorted()
TStream.sorted(Comparator<? super T> comparator)
static <T> TStream<T>
TStreamSupport.stream(Supplier<Spliterator<T>> spliterator, int characteristics, boolean parallel)
static <T> TStream<T>
TStreamSupport.stream(Spliterator<T> spliterator, boolean parallel)
Methods in org.teavm.classlib.java.util.stream with parameters of type TStreamMethod parameters in org.teavm.classlib.java.util.stream with type arguments of type TStream -
Uses of TStream in org.teavm.classlib.java.util.stream.doubleimpl
Classes in org.teavm.classlib.java.util.stream.doubleimpl that implement TStreamMethods in org.teavm.classlib.java.util.stream.doubleimpl that return TStream -
Uses of TStream in org.teavm.classlib.java.util.stream.impl
Classes in org.teavm.classlib.java.util.stream.impl that implement TStreamModifier and TypeClassDescriptionclass
class
class
class
class
class
TFlatMappingStreamImpl<T,S>
class
class
class
class
class
TMappingStreamImpl<T,S>
class
class
class
class
class
class
class
class
class
TWrappingStreamImpl<T,S>
Methods in org.teavm.classlib.java.util.stream.impl that return TStreamModifier and TypeMethodDescriptionTStreamBuilder.build()
TSimpleStreamImpl.distinct()
<R> TStream<R>
TSimpleStreamImpl.limit(long maxSize)
<R> TStream<R>
TSimpleStreamImpl.parallel()
TSimpleStreamImpl.sequential()
TSimpleStreamImpl.skip(long n)
TSimpleStreamImpl.sorted()
TSimpleStreamImpl.sorted(Comparator<? super T> comparator)
TSimpleStreamImpl.unordered()
Method parameters in org.teavm.classlib.java.util.stream.impl with type arguments of type TStreamConstructors in org.teavm.classlib.java.util.stream.impl with parameters of type TStreamModifierConstructorDescriptionTGenericConcatStream(TStream<? extends T> first, TStream<? extends T> second)
Constructor parameters in org.teavm.classlib.java.util.stream.impl with type arguments of type TStreamModifierConstructorDescriptionTFlatMappingStreamImpl(TSimpleStreamImpl<S> sourceStream, Function<? super S,? extends TStream<? extends T>> mapper)
-
Uses of TStream in org.teavm.classlib.java.util.stream.intimpl
Classes in org.teavm.classlib.java.util.stream.intimpl that implement TStreamMethods in org.teavm.classlib.java.util.stream.intimpl that return TStream -
Uses of TStream in org.teavm.classlib.java.util.stream.longimpl
Classes in org.teavm.classlib.java.util.stream.longimpl that implement TStreamMethods in org.teavm.classlib.java.util.stream.longimpl that return TStream