Class PerformanceAnalyzerHelper
java.lang.Object
ch.nolix.base.errorcontrol.performanceanalysis.PerformanceAnalyzerHelper
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionstatic <O> booleanonObjectsFromObjectSupplierActionRunsAtLeastOnceWithGivenOrLowerTimeComplexity(IntFunction<O> objectSupplier, Consumer<O> action, LongToDoubleFunction timeComplexityFunction)
-
Method Details
-
onObjectsFromObjectSupplierActionRunsAtLeastOnceWithGivenOrLowerTimeComplexity
public static <O> boolean onObjectsFromObjectSupplierActionRunsAtLeastOnceWithGivenOrLowerTimeComplexity(IntFunction<O> objectSupplier, Consumer<O> action, LongToDoubleFunction timeComplexityFunction)
-