@FunctionalInterface public static interface Functions.FailableBiPredicate<O1,O2,T extends Throwable>
Modifier and Type | Method and Description |
---|---|
boolean |
test(O1 object1,
O2 object2)
Test the predicate.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.