Interface SupplierHost.ErasureSupportingSupplier<T>
- All Superinterfaces:
SupplierHost.Supplier<T>
- Enclosing interface:
- SupplierHost
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 TypeMethodDescriptionvoid
erase()
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
-