Interface IIntUnaryOperator
Listener for Java IntUnaryOperator https://docs.oracle.com/javase/8/docs/api/java/util/function/IntUnaryOperator.html. Extends IJVMBridgeBase
public interface IIntUnaryOperator : IJVMBridgeBase, IJVMBridgeDefinition
- Inherited Members
Methods
ApplyAsInt(int)
Executes the IntUnaryOperator action in the CLR
int ApplyAsInt(int o)
Parameters
o
intThe input of IntUnaryOperator
Returns
- int
The applyAsInt result