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
TThe data associated to the event
UThe 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
o1TThe Consumer object
o2UThe Consumer object