Interface TransferHandler.SupplierHost.Supplier<T,A>

Type Parameters:
T - The type of handled objects.
A - The type of transferred commodity.
Enclosing interface:
TransferHandler.SupplierHost<T>

public static interface TransferHandler.SupplierHost.Supplier<T,A>
A supplier providing a specific commodity type.
Since:
5.1.19
  • Method Summary

    Modifier and Type
    Method
    Description
    supply(T object)
    Supply a list of commodities.
  • Method Details

    • supply

      List<A> supply(@NotNull T object)
      Supply a list of commodities.
      Returns:
      The list of commodities.
      Since:
      5.1.19