Interface Functions.PredicateWithError<A>

  • All Superinterfaces:
    Predicate<A>
    Enclosing class:
    Functions

    public static interface Functions.PredicateWithError<A>
    extends Predicate<A>
    An extension of Predicate that allows predicate code to throw an exception.

    If used in a context not expecting this class, the error will be caught, logged, and re-thrown.