Interface DoublePredicate

All Superinterfaces:
Predicate<Double>
All Known Implementing Classes:
DoubleAnyOfPredicate, DoubleEqualsPredicate, DoubleGreaterOrEqualsPredicate, DoubleGreaterThanPredicate, DoubleLowerOrEqualsPredicate, DoubleLowerThanPredicate

@Experimental public interface DoublePredicate extends Predicate<Double>