@FunctionalInterface public interface TDoublePredicate
Modifier and Type | Method and Description |
---|---|
default TDoublePredicate |
and(TDoublePredicate other) |
default TDoublePredicate |
negate() |
default TDoublePredicate |
or(TDoublePredicate other) |
boolean |
test(double value) |
boolean test(double value)
default TDoublePredicate and(TDoublePredicate other)
default TDoublePredicate negate()
default TDoublePredicate or(TDoublePredicate other)
Copyright © 2019. All rights reserved.