Class IntToDoubleFunction
Listener for Java IntToDoubleFunction https://docs.oracle.com/javase/8/docs/api/java/util/function/IntToDoubleFunction.html. Extends JVMBridgeListener
public class IntToDoubleFunction : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IIntToDoubleFunction, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
IntToDoubleFunction
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
IntToDoubleFunction()
Initialize a new instance of IntToDoubleFunction
public IntToDoubleFunction()
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
OnApplyAsLong
The Func<T, TResult> to be executed
public virtual Func<int, long> OnApplyAsLong { get; set; }
Property Value
Methods
ApplyAsLong(int)
Executes the IntToDoubleFunction action in the CLR
public virtual long ApplyAsLong(int o)
Parameters
o
intThe input of IntToDoubleFunction
Returns
- long
The ApplyAsLong result