Table of Contents

Interface ILongToIntFunction

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public interface ILongToIntFunction : IJVMBridgeBase, IJVMBridgeDefinition
Inherited Members
IJVMBridgeBase.CastToAndDetach<TNewClass>()
IJVMBridgeBase.CastDirectAndDetach<TNewClass>()
Extension Methods

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