Klasse PerformanceAnalyzerHelper

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

public final class PerformanceAnalyzerHelper extends Object
Autor:
Silvan Wyss
  • Methodendetails

    • onObjectsFromObjectSupplierActionRunsAtLeastOnceWithGivenOrLowerTimeComplexity

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