Table of Contents

Class ToIntFunction<T>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public class ToIntFunction<T> : ToIntFunction, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IToIntFunction<T>, IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

T

The data type associated to the event

Inheritance
ToIntFunction<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

ToIntFunction()

Initialize a new instance of ToIntFunction<T>

public ToIntFunction()

Properties

OnApplyAsInt

The Func<T, TResult> to be executed

public virtual Func<T, int> OnApplyAsInt { get; set; }

Property Value

Func<T, int>

Methods

ApplyAsInt(T)

Executes the Function action in the CLR

public virtual int ApplyAsInt(T o)

Parameters

o T

The ToIntFunction object

Returns

int

The applyAsInt result