Table of Contents

Interface IBiPredicate<T, U>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll

Listener for Java BiPredicate https://docs.oracle.com/javase/8/docs/api/java/util/function/BiPredicate.html. Extends MASES.JCOBridge.C2JBridge.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
IJVMBridgeBase.MonitorEnter()
IJVMBridgeBase.MonitorExit()
IJVMBridgeBase.IsInstanceOf(IJavaType)
IJVMBridgeBase.IsInstanceOf<T>()
IJVMBridgeBase.RuntimeIsInstanceOf<T>()
IJVMBridgeBase.CastTo<TNewClass>()
IJVMBridgeBase.CastDirect<TNewClass>()
IJVMBridgeBase.DynBridgeInstance
IJVMBridgeBase.BridgeInstance
IJVMBridgeDefinition.BridgeClassName
IJVMBridgeDefinition.IsBridgeInterface
IJVMBridgeDefinition.IsBridgeAbstract
IJVMBridgeDefinition.IsBridgeStatic
IJVMBridgeDefinition.IsBridgeCloseable
IJVMBridgeDefinition.IsBridgeListener

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