Table of Contents

Interface IToIntFunction<T>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public interface IToIntFunction<T> : IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

T

The data type associated to the event

Inherited Members

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