Table of Contents

Interface ISupplier<TReturn>

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

Type Parameters

TReturn

The return data type associated to the event

Inherited Members

Methods

Get()

Executes the Supplier action in the CLR

TReturn Get()

Returns

TReturn

The get TReturn