Table of Contents

Interface IConsumer<TObject>

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

Type Parameters

TObject

The data type associated to the event

Inherited Members
Extension Methods

Methods

Accept(TObject)

Executes the Consumer action in the CLR

void Accept(TObject obj)

Parameters

obj TObject

The Consumer object