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