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

    Modifier and Type
    Method
    Description
    supply(D object)
    Supply a list of commodities to be transferred for a given data object.
  • Method Details

    • supply

      List<A> supply(@NotNull D object)
      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