Interface IIntBinaryOperator
Listener for Java IntBinaryOperator https://docs.oracle.com/javase/8/docs/api/java/util/function/IntBinaryOperator.html. Extends IJVMBridgeBase
public interface IIntBinaryOperator : IJVMBridgeBase, IJVMBridgeDefinition
- Inherited Members
Methods
ApplyAsInt(int, int)
Executes the IntBinaryOperator action in the CLR
int ApplyAsInt(int o1, int o2)
Parameters
Returns
- int
The apply result