Table of Contents

Class Predicate<TObject>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public class Predicate<TObject> : Predicate, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IPredicate<TObject>, IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

TObject

The data type associated to the event

Inheritance
Predicate<TObject>
Implements
IPredicate<TObject>
Derived
Inherited Members
Extension Methods

Constructors

Predicate()

Initialize a new instance of Predicate<TObject>

public Predicate()

Properties

OnTest

The Func<T, TResult> to be executed

public virtual Func<TObject, bool> OnTest { get; set; }

Property Value

Func<TObject, bool>

Methods

Test(TObject)

Executes the Predicate action in the CLR

public virtual bool Test(TObject obj)

Parameters

obj TObject

The Predicate object

Returns

bool

The test evaluation