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
T
The data associated to the event
U
The 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
o1
TThe Predicate object
o2
UThe Predicate object
Returns
- bool
The test evaluation