Table of Contents

Class DoubleUnaryOperator

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

Constructors

DoubleUnaryOperator()

Initialize a new instance of DoubleUnaryOperator

public DoubleUnaryOperator()

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

OnApplyAsDouble

The Func<T, TResult> to be executed

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

Property Value

Func<double, double>

Methods

ApplyAsDouble(double)

Executes the DoubleUnaryOperator action in the CLR

public virtual double ApplyAsDouble(double obj)

Parameters

obj double

The DoubleUnaryOperator object

Returns

double

The apply result