Uses of Interface
com.aoapps.lang.function.BiPredicateE
-
Packages that use BiPredicateE Package Description com.aoapps.lang.function -
-
Uses of BiPredicateE in com.aoapps.lang.function
Methods in com.aoapps.lang.function that return BiPredicateE Modifier and Type Method Description default BiPredicateE<T,U,Ex>BiPredicateE. and(BiPredicateE<? super T,? super U,? extends Ex> other)default BiPredicateE<T,U,Ex>BiPredicateE. negate()default BiPredicateE<T,U,Ex>BiPredicateE. or(BiPredicateE<? super T,? super U,? extends Ex> other)Methods in com.aoapps.lang.function with parameters of type BiPredicateE Modifier and Type Method Description default BiPredicateE<T,U,Ex>BiPredicateE. and(BiPredicateE<? super T,? super U,? extends Ex> other)default BiPredicateE<T,U,Ex>BiPredicateE. or(BiPredicateE<? super T,? super U,? extends Ex> other)
-