Table of Contents

Class IntFunction<TReturn>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public class IntFunction<TReturn> : IntFunction, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IIntFunction<TReturn>, IFunction<int, TReturn>, IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

TReturn

The return data type associated to the event

Inheritance
IntFunction<TReturn>
Implements
IIntFunction<TReturn>
IFunction<int, TReturn>
Derived
Inherited Members
Extension Methods

Constructors

IntFunction()

Initialize a new instance of Function<TObject, TReturn>

public IntFunction()

Properties

OnApply

The Func<T, TResult> to be executed

public virtual Func<int, TReturn> OnApply { get; set; }

Property Value

Func<int, TReturn>

Methods

Apply(int)

Executes the Function action in the CLR

public virtual TReturn Apply(int obj)

Parameters

obj int

The Function object

Returns

TReturn

The apply TReturn