Class TDoubleStreamBuilder
java.lang.Object
org.teavm.classlib.java.util.stream.doubleimpl.TDoubleStreamBuilder
- All Implemented Interfaces:
DoubleConsumer
,TDoubleStream.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.DoubleConsumer
andThen
Methods inherited from interface org.teavm.classlib.java.util.stream.TDoubleStream.Builder
add
-
Constructor Details
-
TDoubleStreamBuilder
public TDoubleStreamBuilder()
-
-
Method Details
-
accept
public void accept(double t) - Specified by:
accept
in interfaceDoubleConsumer
- Specified by:
accept
in interfaceTDoubleStream.Builder
-
build
- Specified by:
build
in interfaceTDoubleStream.Builder
-