Table of Contents

Class ObjIntConsumer<T>

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

Type Parameters

T

The data associated to the event

Inheritance
ObjIntConsumer<T>
Implements
Derived
Inherited Members
Extension Methods

Constructors

ObjIntConsumer()

Initialize a new instance of BiConsumer<T, U>

public ObjIntConsumer()

Properties

OnAccept

The Action<T1, T2> to be executed

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

Property Value

Action<T, int>

Methods

Accept(T, int)

Executes the Consumer action in the CLR

public virtual void Accept(T o1, int o2)

Parameters

o1 T

The Consumer object

o2 int

The Consumer object