Uses of Enum Class
me.croabeast.common.applier.Applier.Priority
Packages that use Applier.Priority
-
Uses of Applier.Priority in me.croabeast.common.applier
Methods in me.croabeast.common.applier that return Applier.PriorityModifier and TypeMethodDescriptionstatic Applier.PriorityReturns the enum constant of this class with the specified name.static Applier.Priority[]Applier.Priority.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in me.croabeast.common.applier with parameters of type Applier.PriorityModifier and TypeMethodDescriptionApplier.apply(Applier.Priority priority, UnaryOperator<T> operator) Applies the given transformation operator with the specified priority.@NotNull StringApplierStringApplier.apply(Applier.Priority priority, UnaryOperator<String> operator) Applies a transformation to the string with the specified priority.