Interface IConsumer<TObject>
Listener for Java Consumer https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html. Extends IJVMBridgeBase
public interface IConsumer<TObject> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
TObject
The data type associated to the event
- Inherited Members
Methods
Accept(TObject)
Executes the Consumer action in the CLR
void Accept(TObject obj)
Parameters
obj
TObjectThe Consumer object