Uses of Interface
me.croabeast.common.applier.Applier
Packages that use Applier
-
Uses of Applier in me.croabeast.common.applier
Subinterfaces of Applier in me.croabeast.common.applierModifier and TypeInterfaceDescriptioninterfaceA specialization ofApplierfor handling String transformations.Methods in me.croabeast.common.applier that return ApplierModifier and TypeMethodDescriptionApplier.apply(UnaryOperator<T> operator) Applies the given transformation operator at the default priority (NORMAL).Applier.apply(Applier.Priority priority, UnaryOperator<T> operator) Applies the given transformation operator with the specified priority.static <T> Applier<T> Applier.prioritized(Applier<T> applier) Creates a prioritizedObjectApplierby extracting the result from an existing applier.static <T> Applier<T> Applier.prioritized(T object) Creates a prioritizedObjectApplierfor the provided object.static <T> Applier<T> Applier.simplified(Applier<T> applier) Creates a simplifiedObjectApplierby extracting the result from an existing applier.static <T> Applier<T> Applier.simplified(T object) Creates a simplifiedObjectApplierfor the provided object.Methods in me.croabeast.common.applier with parameters of type ApplierModifier and TypeMethodDescriptionstatic <T> Applier<T> Applier.prioritized(Applier<T> applier) Creates a prioritizedObjectApplierby extracting the result from an existing applier.static <T> Applier<T> Applier.simplified(Applier<T> applier) Creates a simplifiedObjectApplierby extracting the result from an existing applier.