Class TLongStreamBuilder
java.lang.Object
org.teavm.classlib.java.util.stream.longimpl.TLongStreamBuilder
- All Implemented Interfaces:
LongConsumer,TLongStream.Builder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.LongConsumer
andThenMethods inherited from interface org.teavm.classlib.java.util.stream.TLongStream.Builder
add
-
Constructor Details
-
TLongStreamBuilder
public TLongStreamBuilder()
-
-
Method Details
-
accept
public void accept(long t) - Specified by:
acceptin interfaceLongConsumer- Specified by:
acceptin interfaceTLongStream.Builder
-
build
- Specified by:
buildin interfaceTLongStream.Builder
-