- All Superinterfaces:
IOPredicateE<T,RuntimeException>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A predicate that is allowed to throw
IOException.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> IOPredicate<T> static <T> IOPredicate<T> not(IOPredicate<? super T> target) booleanMethods inherited from interface com.aoapps.lang.io.function.IOPredicateE
and, negate, or
-
Method Details
-
test
- Specified by:
testin interfaceIOPredicateE<T,RuntimeException> - Throws:
IOException
-
isEqual
-
not
- Throws:
IOException
-
