Table of Contents

Interface ILongToIntFunction

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

Methods

ApplyAsInt(long)

Executes the LongToIntFunction action in the CLR

int ApplyAsInt(long o)

Parameters

o long

The input of LongToIntFunction

Returns

int

The applyAsInt result