Uses of Interface
org.pipecraft.infra.concurrent.FailablePredicate
-
Packages that use FailablePredicate Package Description org.pipecraft.infra.concurrent -
-
Uses of FailablePredicate in org.pipecraft.infra.concurrent
Methods in org.pipecraft.infra.concurrent that return FailablePredicate Modifier and Type Method Description default FailablePredicate<T,E>FailablePredicate. and(FailablePredicate<? super T,? extends E> other)Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default FailablePredicate<T,E>FailablePredicate. negate()default FailablePredicate<T,E>FailablePredicate. or(FailablePredicate<? super T,? extends E> other)Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.Methods in org.pipecraft.infra.concurrent with parameters of type FailablePredicate Modifier and Type Method Description default FailablePredicate<T,E>FailablePredicate. and(FailablePredicate<? super T,? extends E> other)Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default FailablePredicate<T,E>FailablePredicate. or(FailablePredicate<? super T,? extends E> other)Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
-