Class BiConsumer<T, U>
Listener for https://docs.oracle.com/javase/8/docs/api/java/util/function/BiConsumer.html. Extends BiConsumer
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
-
IBiConsumer<T, U>
- 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
TThe Consumer object
o2
UThe Consumer object