Table of Contents

Interface IFunction<TObject, TReturn>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public interface IFunction<TObject, TReturn> : IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

TObject

The data type associated to the event

TReturn

The return data type associated to the event

Inherited Members
IJVMBridgeBase.CastToAndDetach<TNewClass>()
IJVMBridgeBase.CastDirectAndDetach<TNewClass>()
Extension Methods

Methods

Apply(TObject)

Executes the Function action in the CLR

TReturn Apply(TObject obj)

Parameters

obj TObject

The Function object

Returns

TReturn

The apply TReturn