- 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) boolean
Methods inherited from interface com.aoapps.lang.io.function.IOPredicateE
and, negate, or
-
Method Details
-
test
- Specified by:
test
in interfaceIOPredicateE<T,
RuntimeException> - Throws:
IOException
-
isEqual
-
not
- Throws:
IOException
-