Table of Contents

Interface IBiPredicate<T, U>

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

The Predicate object

o2 U

The Predicate object

Returns

bool

The test evaluation