Klasse ActionMediator<O>
java.lang.Object
ch.nolix.core.errorcontrol.perfomancevalidator.ActionMediator<O>
- Alle implementierten Schnittstellen:
IActionMediator
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic <O2> IActionMediatorforObjectSupplierAndAction(IntFunction<O2> objectSupplier, Consumer<O2> action) voidvoidhasGivenOrLowerTimeComplexity(LongToDoubleFunction timeComplexityFunction) voidvoid
-
Methodendetails
-
forObjectSupplierAndAction
public static <O2> IActionMediator forObjectSupplierAndAction(IntFunction<O2> objectSupplier, Consumer<O2> action) -
hasConstantOrLowerTimeComplexity
public void hasConstantOrLowerTimeComplexity()- Angegeben von:
hasConstantOrLowerTimeComplexityin SchnittstelleIActionMediator
-
hasGivenOrLowerTimeComplexity
- Angegeben von:
hasGivenOrLowerTimeComplexityin SchnittstelleIActionMediator
-
hasLinearOrLowerTimeComplexity
public void hasLinearOrLowerTimeComplexity()- Angegeben von:
hasLinearOrLowerTimeComplexityin SchnittstelleIActionMediator
-
hasQuadraticOrLowerTimeComplexity
public void hasQuadraticOrLowerTimeComplexity()- Angegeben von:
hasQuadraticOrLowerTimeComplexityin SchnittstelleIActionMediator
-