Class TFindFirstDoubleConsumer
java.lang.Object
org.teavm.classlib.java.util.stream.doubleimpl.TFindFirstDoubleConsumer
- All Implemented Interfaces:
DoublePredicate
-
Field Details
-
result
public double result
-
-
Constructor Details
-
TFindFirstDoubleConsumer
public TFindFirstDoubleConsumer()
-
-
Method Details
-
test
public boolean test(double t)- Specified by:
test
in interfaceDoublePredicate
-