Uses of Interface
software.amazon.awssdk.utils.ConditionalDecorator
-
Packages that use ConditionalDecorator Package Description software.amazon.awssdk.utils software.amazon.awssdk.utils.internal -
-
Uses of ConditionalDecorator in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils that return ConditionalDecorator Modifier and Type Method Description static <T> ConditionalDecorator<T>ConditionalDecorator. create(Predicate<T> predicate, UnaryOperator<T> transform)Method parameters in software.amazon.awssdk.utils with type arguments of type ConditionalDecorator Modifier and Type Method Description static <T> TConditionalDecorator. decorate(T initialValue, List<ConditionalDecorator<T>> decorators)This function will transform an initially supplied value with provided transforming, or decorating, functions that are conditionally and sequentially applied. -
Uses of ConditionalDecorator in software.amazon.awssdk.utils.internal
Classes in software.amazon.awssdk.utils.internal that implement ConditionalDecorator Modifier and Type Class Description classDefaultConditionalDecorator<T>Methods in software.amazon.awssdk.utils.internal that return ConditionalDecorator Modifier and Type Method Description ConditionalDecorator<T>DefaultConditionalDecorator.Builder. build()
-