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