Table of Contents

Interface IBiConsumer<T, U>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public interface IBiConsumer<T, U> : IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

T

The data associated to the event

U

The data associated to the event

Inherited Members

Methods

Accept(T, U)

Executes the Consumer action in the CLR

void Accept(T o1, U o2)

Parameters

o1 T

The Consumer object

o2 U

The Consumer object