Interface SupplierHost.Supplier<D,A>
- Type Parameters:
D
- The type of supplyable data objects.A
- The type of the commodity for transfer.
- Enclosing interface:
- SupplierHost<D>
public static interface SupplierHost.Supplier<D,A>
A supplier providing a specific commodity type.
- Since:
- 5.2.16
-
Method Summary
-
Method Details
-
supply
Supply a list of commodities to be transferred for a given data object.- Parameters:
object
- The data object.- Returns:
- The list of commodities.
- Since:
- 5.2.16
-