Table of Contents

Interface IIntToLongFunction

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public interface IIntToLongFunction : IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Extension Methods

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