@FunctionalInterface
public abstract interface DoublePredicate
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

Represents a predicate (boolean-valued function) of one double-valued argument. This is the double-consuming primitive type specialization of Predicate.

This is a functional interface whose functional method is test(double).

See also:
Predicate

Since:  1.8