Interface IBiPredicate<T, U>
Listener for Java BiPredicate https://docs.oracle.com/javase/8/docs/api/java/util/function/BiPredicate.html. Extends IJVMBridgeBase
public interface IBiPredicate<T, U> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
TThe data associated to the event
UThe data associated to the event
- Inherited Members
Methods
Test(T, U)
Executes the Predicate action in the CLR
bool Test(T o1, U o2)
Parameters
o1TThe Predicate object
o2UThe Predicate object
Returns
- bool
The test evaluation