Interface IObjIntConsumer<T>
Listener for https://docs.oracle.com/javase/8/docs/api/java/util/function/ObjIntConsumer.html. Extends BiConsumer<T, U>
public interface IObjIntConsumer<T> : IBiConsumer<T, int>, IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
T
The data associated to the event
- Inherited Members