Interface ISupplier<TReturn>
Listener for Java Supplier https://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html. Extends IJVMBridgeBase
public interface ISupplier<TReturn> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
TReturn
The return data type associated to the event
- Inherited Members
Methods
Get()
Executes the Supplier action in the CLR
TReturn Get()
Returns
- TReturn
The get
TReturn