Interface IPerformanceAnalyzer
- All Known Implementing Classes:
PerformanceAnalyzer
public interface IPerformanceAnalyzer
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescription<O> booleanonObjectsFromObjectSupplierActionHasGivenOrLowerTimeComplexity(IntFunction<O> objectSupplier, Consumer<O> action, LongToDoubleFunction timeComplexityFunction)
-
Method Details
-
onObjectsFromObjectSupplierActionHasGivenOrLowerTimeComplexity
<O> boolean onObjectsFromObjectSupplierActionHasGivenOrLowerTimeComplexity(IntFunction<O> objectSupplier, Consumer<O> action, LongToDoubleFunction timeComplexityFunction)
-