Table of Contents

Interface IIntToLongFunction

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public interface IIntToLongFunction : IJVMBridgeBase, IJVMBridgeDefinition
Inherited Members

Methods

ApplyAsLong(int)

Executes the IntToLongFunction action in the CLR

long ApplyAsLong(int o)

Parameters

o int

The input of IntToLongFunction

Returns

long

The applyAsLong result