Interface SupplierHost.ErasureSupportingSupplier<T>

All Superinterfaces:
SupplierHost.Supplier<T>
Enclosing interface:
SupplierHost

public static interface SupplierHost.ErasureSupportingSupplier<T> extends SupplierHost.Supplier<T>
A supplier providing a specific type of commodity that further enables to request to take the supplied commodities out of the supplier's value (realizing a cut operation in two steps).
Since:
5.0.100
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Requests the supplier to erase the commodities out of its value.

    Methods inherited from interface de.espirit.firstspirit.ui.gadgets.aspects.transfer.SupplierHost.Supplier

    supply
  • Method Details

    • erase

      void erase()
      Requests the supplier to erase the commodities out of its value.
      Since:
      5.0.100