Uses of Interface
com.aoapps.lang.function.PredicateE
-
Packages that use PredicateE Package Description com.aoapps.lang.function -
-
Uses of PredicateE in com.aoapps.lang.function
Methods in com.aoapps.lang.function that return PredicateE Modifier and Type Method Description default PredicateE<T,Ex>PredicateE. and(PredicateE<? super T,? extends Ex> other)static <T,Ex extends Throwable>
PredicateE<T,Ex>PredicateE. isEqual(Object targetRef)default PredicateE<T,Ex>PredicateE. negate()static <T,Ex extends Throwable>
PredicateE<T,Ex>PredicateE. not(PredicateE<? super T,? extends Ex> target)default PredicateE<T,Ex>PredicateE. or(PredicateE<? super T,? extends Ex> other)Methods in com.aoapps.lang.function with parameters of type PredicateE Modifier and Type Method Description default PredicateE<T,Ex>PredicateE. and(PredicateE<? super T,? extends Ex> other)static <T,Ex extends Throwable>
PredicateE<T,Ex>PredicateE. not(PredicateE<? super T,? extends Ex> target)default PredicateE<T,Ex>PredicateE. or(PredicateE<? super T,? extends Ex> other)
-