Uses of Interface
software.amazon.awssdk.utils.ConditionalDecorator
Packages that use ConditionalDecorator
-
Uses of ConditionalDecorator in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils that return ConditionalDecoratorModifier and TypeMethodDescriptionstatic <T> ConditionalDecorator<T>ConditionalDecorator.create(Predicate<T> predicate, UnaryOperator<T> transform) Method parameters in software.amazon.awssdk.utils with type arguments of type ConditionalDecoratorModifier and TypeMethodDescriptionstatic <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 ConditionalDecoratorMethods in software.amazon.awssdk.utils.internal that return ConditionalDecorator