Class IntToLongFunction
Listener for Java IntToLongFunction https://docs.oracle.com/javase/8/docs/api/java/util/function/IntToLongFunction.html. Extends JVMBridgeListener
public class IntToLongFunction : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IIntToLongFunction, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
IntToLongFunction
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
IntToLongFunction()
Initialize a new instance of IntToLongFunction
public IntToLongFunction()
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 IntToLongFunction action in the CLR
public virtual long ApplyAsLong(int o)
Parameters
o
intThe input of IntToLongFunction
Returns
- long
The applyAsLong result