Klasse PerformanceAnalyzerHelper
java.lang.Object
ch.nolix.core.errorcontrol.performanceanalysis.PerformanceAnalyzerHelper
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic <O> booleanonObjectsFromObjectSupplierActionRunsAtLeastOnceWithGivenOrLowerTimeComplexity(IntFunction<O> objectSupplier, Consumer<O> action, LongToDoubleFunction timeComplexityFunction)
-
Methodendetails
-
onObjectsFromObjectSupplierActionRunsAtLeastOnceWithGivenOrLowerTimeComplexity
public static <O> boolean onObjectsFromObjectSupplierActionRunsAtLeastOnceWithGivenOrLowerTimeComplexity(IntFunction<O> objectSupplier, Consumer<O> action, LongToDoubleFunction timeComplexityFunction)
-