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 edu.internet2.middleware.grouperClientExt.org.apache.commons.lang3.function.
Modifier and Type | Method and Description |
---|---|
boolean |
test(O1 object1,
O2 object2)
Deprecated.
Tests the predicate.
|
Copyright © 2022 Internet2. All rights reserved.