Table of Contents

Interface IToIntFunction<T>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll

Listener for https://docs.oracle.com/javase/8/docs/api/java/util/function/ToIntFunction.html. Extends MASES.JCOBridge.C2JBridge.IJVMBridgeBase

public interface IToIntFunction<T> : IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

T

The data type associated to the event

Inherited Members
IJVMBridgeBase.MonitorEnter()
IJVMBridgeBase.MonitorExit()
IJVMBridgeBase.IsInstanceOf(IJavaType)
IJVMBridgeBase.IsInstanceOf<T>()
IJVMBridgeBase.RuntimeIsInstanceOf<T>()
IJVMBridgeBase.CastTo<TNewClass>()
IJVMBridgeBase.CastDirect<TNewClass>()
IJVMBridgeBase.DynBridgeInstance
IJVMBridgeBase.BridgeInstance
IJVMBridgeDefinition.BridgeClassName
IJVMBridgeDefinition.IsBridgeInterface
IJVMBridgeDefinition.IsBridgeAbstract
IJVMBridgeDefinition.IsBridgeStatic
IJVMBridgeDefinition.IsBridgeCloseable
IJVMBridgeDefinition.IsBridgeListener

Methods

ApplyAsInt(T)

Executes the Function action in the CLR

int ApplyAsInt(T o)

Parameters

o T

The ToIntFunction object

Returns

int

The applyAsInt result