Class PerformanceAnalyzerHelper

java.lang.Object
ch.nolix.base.errorcontrol.performanceanalysis.PerformanceAnalyzerHelper

public final class PerformanceAnalyzerHelper extends Object
Author:
Silvan Wyss
  • Method Details

    • onObjectsFromObjectSupplierActionRunsAtLeastOnceWithGivenOrLowerTimeComplexity

      public static <O> boolean onObjectsFromObjectSupplierActionRunsAtLeastOnceWithGivenOrLowerTimeComplexity(IntFunction<O> objectSupplier, Consumer<O> action, LongToDoubleFunction timeComplexityFunction)