Table of Contents

Class BiPredicate<T, U>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
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
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

Func<T, U, bool>

Methods

Test(T, U)

Executes the Predicate action in the CLR

public virtual bool Test(T o1, U o2)

Parameters

o1 T

The Predicate object

o2 U

The Predicate object

Returns

bool

The test evaluation