Uses of Interface
com.aoapps.lang.io.function.IOPredicate
-
Packages that use IOPredicate Package Description com.aoapps.lang.io.function -
-
Uses of IOPredicate in com.aoapps.lang.io.function
Methods in com.aoapps.lang.io.function that return IOPredicate Modifier and Type Method Description static <T> IOPredicate<T>IOPredicate. isEqual(Object targetRef)static <T> IOPredicate<T>IOPredicate. not(IOPredicate<? super T> target)Methods in com.aoapps.lang.io.function with parameters of type IOPredicate Modifier and Type Method Description static <T> IOPredicate<T>IOPredicate. not(IOPredicate<? super T> target)
-