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