Table of Contents

Interface ILongFunction<TReturn>

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

Type Parameters

TReturn

The return data type associated to the event

Inherited Members