Class ObjectSupplierMediator<O>
java.lang.Object
ch.nolix.base.errorcontrol.perfomancevalidator.ObjectSupplierMediator<O>
- Type Parameters:
O- is the type of theObjects aObjectSupplierMediatoris for.
- All Implemented Interfaces:
IObjectSupplierMediator<O>
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionstatic <O2> IObjectSupplierMediator<O2> forObjectSupplier(IntFunction<O2> objectSupplier)
-
Method Details
-
forObjectSupplier
-
running
- Specified by:
runningin interfaceIObjectSupplierMediator<O>
-