- Type Parameters:
V1
- Input type.V2
- Input type.
- All Superinterfaces:
BiPredicate<V1,
V2>
- Enclosing class:
- SneakyThrows
Throwable version of
SneakyThrows.Predicate
.-
Method Summary
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Method Details
-
tryTest
Apply the predicate.- Parameters:
v1
- Input value.v2
- Input value.- Returns:
- True or false.
- Throws:
Exception
- If something goes wrong.
-
test
Apply the predicate.- Specified by:
test
in interfaceBiPredicate<V1,
V2> - Parameters:
v1
- Input value.v2
- Input value.- Returns:
- True or false.
-