O1
- Predicate type 1.O2
- Predicate type 2.T
- Thrown exception.FailableBiPredicate
.@Deprecated
@FunctionalInterface
public static interface Functions.FailableBiPredicate<O1,O2,T extends java.lang.Throwable>
BiPredicate
that declares a Throwable
.
TODO for 4.0: Move to org.apache.commons.lang3.function.
Modifier and Type | Method and Description |
---|---|
boolean |
test(O1 object1,
O2 object2)
Deprecated.
Tests the predicate.
|
boolean test(O1 object1, O2 object2) throws T extends java.lang.Throwable
object1
- the first object to test the predicate onobject2
- the second object to test the predicate onT
- if the predicate failsT extends java.lang.Throwable
Copyright © 2010 - 2023 Adobe. All Rights Reserved