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