Table of Contents

Interface IIntFunction<TReturn>

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

Type Parameters

TReturn

The return data type associated to the event

Inherited Members