Table of Contents

Class BiConsumer<T, U>

Namespace
Java.Util.Function
Assembly
MASES.JNet.dll
public class BiConsumer<T, U> : BiConsumer, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IBiConsumer<T, U>, IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

T

The data associated to the event

U

The data associated to the event

Inheritance
BiConsumer<T, U>
Implements
Derived
Inherited Members
Extension Methods

Constructors

BiConsumer()

Initialize a new instance of BiConsumer<T, U>

public BiConsumer()

Properties

OnAccept

The Action<T1, T2> to be executed

public virtual Action<T, U> OnAccept { get; set; }

Property Value

Action<T, U>

Methods

Accept(T, U)

Executes the Consumer action in the CLR

public virtual void Accept(T o1, U o2)

Parameters

o1 T

The Consumer object

o2 U

The Consumer object