Interface IPerformanceAnalyzer

All Known Implementing Classes:
PerformanceAnalyzer

public interface IPerformanceAnalyzer
Author:
Silvan Wyss
  • Method Details

    • onObjectsFromObjectSupplierActionHasGivenOrLowerTimeComplexity

      <O> boolean onObjectsFromObjectSupplierActionHasGivenOrLowerTimeComplexity(IntFunction<O> objectSupplier, Consumer<O> action, LongToDoubleFunction timeComplexityFunction)