Table of Contents

Interface IPredicate<TObject>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public interface IPredicate<TObject> : IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

TObject

The data type associated to the event

Inherited Members

Methods

Test(TObject)

Executes the Predicate action in the CLR

bool Test(TObject obj)

Parameters

obj TObject

The Predicate object

Returns

bool

The test evaluation