Table of Contents

Interface IDoublePredicate

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public interface IDoublePredicate : IJVMBridgeBase, IJVMBridgeDefinition
Inherited Members

Methods

Test(double)

Executes the DoublePredicate action in the CLR

bool Test(double obj)

Parameters

obj double

The DoublePredicate object

Returns

bool

The test evaluation