Class TIntStreamBuilder
java.lang.Object
org.teavm.classlib.java.util.stream.intimpl.TIntStreamBuilder
- All Implemented Interfaces:
IntConsumer
,TIntStream.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.IntConsumer
andThen
Methods inherited from interface org.teavm.classlib.java.util.stream.TIntStream.Builder
add
-
Constructor Details
-
TIntStreamBuilder
public TIntStreamBuilder()
-
-
Method Details
-
accept
public void accept(int t) - Specified by:
accept
in interfaceIntConsumer
- Specified by:
accept
in interfaceTIntStream.Builder
-
build
- Specified by:
build
in interfaceTIntStream.Builder
-