Class BiPredicate<T, U>
Listener for https://docs.oracle.com/javase/8/docs/api/java/util/function/BiPredicate.html. Extends BiPredicate
public class BiPredicate<T, U> : BiPredicate, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IBiPredicate<T, U>, IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
T
The data associated to the event
U
The data associated to the event
- Inheritance
-
BiPredicate<T, U>
- Implements
-
IBiPredicate<T, U>
- Derived
- Inherited Members
- Extension Methods
Constructors
BiPredicate()
Initialize a new instance of BiPredicate<T, U>
public BiPredicate()
Properties
OnTest
The Func<T1, T2, TResult> to be executed
public virtual Func<T, U, bool> OnTest { get; set; }
Property Value
Methods
Test(T, U)
Executes the Predicate action in the CLR
public virtual bool Test(T o1, U o2)
Parameters
o1
TThe Predicate object
o2
UThe Predicate object
Returns
- bool
The test evaluation