Class DoubleUnaryOperator
Listener for Java DoubleUnaryOperator https://docs.oracle.com/javase/8/docs/api/java/util/function/DoubleUnaryOperator.html. Extends JVMBridgeListener
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
InitHandlers
Enable/disable handlers initialization, default is true
protected virtual bool InitHandlers { get; }
Property Value
OnApplyAsDouble
The Func<T, TResult> to be executed
public virtual Func<double, double> OnApplyAsDouble { get; set; }
Property Value
Methods
ApplyAsDouble(double)
Executes the DoubleUnaryOperator action in the CLR
public virtual double ApplyAsDouble(double obj)
Parameters
obj
doubleThe DoubleUnaryOperator object
Returns
- double
The apply result