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
IJVMBridgeBase.CastToAndDetach<TNewClass>()
IJVMBridgeBase.CastDirectAndDetach<TNewClass>()
Extension Methods

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