@FunctionalInterface
public static interface Functions.FailableBiPredicate<O1,O2,T extends java.lang.Throwable>
Modifier and Type | Method and Description |
---|---|
boolean |
test(O1 pObject1,
O2 pObject2)
Test the predicate.
|
boolean test(O1 pObject1, O2 pObject2) throws T extends java.lang.Throwable
pObject1
- the first object to test the predicate onpObject2
- the second object to test the predicate onT
- if the predicate failsT extends java.lang.Throwable
Copyright © 2010 - 2020 Adobe. All Rights Reserved