Class TTakeWhileLongStream
java.lang.Object
org.teavm.classlib.java.util.stream.longimpl.TSimpleLongStreamImpl
org.teavm.classlib.java.util.stream.longimpl.TWrappingLongStreamImpl
org.teavm.classlib.java.util.stream.longimpl.TTakeWhileLongStream
- All Implemented Interfaces:
AutoCloseable,TBaseStream<Long,,TLongStream> TLongStream
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.teavm.classlib.java.util.stream.TLongStream
TLongStream.Builder, TLongStream.LongMapMultiConsumer -
Method Summary
Methods inherited from class org.teavm.classlib.java.util.stream.longimpl.TWrappingLongStreamImpl
close, estimateSize, nextMethods inherited from class org.teavm.classlib.java.util.stream.longimpl.TSimpleLongStreamImpl
allMatch, anyMatch, asDoubleStream, average, boxed, collect, count, distinct, dropWhile, filter, findAny, findFirst, flatMap, forEach, forEachOrdered, isParallel, iterator, limit, map, mapToDouble, mapToInt, mapToObj, max, min, noneMatch, onClose, parallel, peek, reduce, reduce, sequential, skip, sorted, spliterator, sum, summaryStatistics, takeWhile, toArray, unorderedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teavm.classlib.java.util.stream.TLongStream
mapMulti
-
Method Details
-
wrap
- Specified by:
wrapin classTWrappingLongStreamImpl
-