O1
- Predicate type 1.O2
- Predicate type 2.T
- Thrown exception.FailableBiPredicate
.@Deprecated @FunctionalInterface public static interface Functions.FailableBiPredicate<O1,O2,T extends 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.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.