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, wait
Methods inherited from interface java.util.function.LongConsumer
andThen
Methods 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:
accept
in interfaceLongConsumer
- Specified by:
accept
in interfaceTLongStream.Builder
-
build
- Specified by:
build
in interfaceTLongStream.Builder
-