Table of Contents

Class DoublePredicate

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public class DoublePredicate : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IDoublePredicate, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
DoublePredicate
Implements
Derived
Inherited Members
Extension Methods

Constructors

DoublePredicate()

Initialize a new instance of DoublePredicate

public DoublePredicate()

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

InitHandlers

Enable/disable handlers initialization, default is true

protected virtual bool InitHandlers { get; }

Property Value

bool

OnTest

The Func<T, TResult> to be executed

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

Property Value

Func<double, bool>

Methods

Test(double)

Executes the DoublePredicate action in the CLR

public virtual bool Test(double obj)

Parameters

obj double

The DoublePredicate object

Returns

bool

The test evaluation