Class ObjIntConsumer<T>
Listener for https://docs.oracle.com/javase/8/docs/api/java/util/function/ObjIntConsumer.html. Extends ObjIntConsumer
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
-
IBiConsumer<T, int>
- 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
Methods
Accept(T, int)
Executes the Consumer action in the CLR
public virtual void Accept(T o1, int o2)
Parameters
o1
TThe Consumer object
o2
intThe Consumer object