| Package | Description |
|---|---|
| me.croabeast.beanslib.applier |
| Modifier and Type | Method and Description |
|---|---|
@NotNull StringApplier |
StringApplier.apply(StringApplier.Priority priority,
java.util.function.UnaryOperator<String> operator)
Applies the operator with the defined priority if the applier allows
prioritized operators.
|
@NotNull StringApplier |
StringApplier.apply(java.util.function.UnaryOperator<String> operator)
Applies the operator directly to the current string if the applier does
not allow prioritized operators.
|
static StringApplier |
StringApplier.prioritized(String string)
Creates a new applier with prioritization for each operator that is being
added to the applier.
|
static StringApplier |
StringApplier.prioritized(StringApplier applier)
Creates a new applier with prioritization for each operator that is being
added to the applier.
|
static StringApplier |
StringApplier.simplified(String string)
Creates a new applier without prioritization in all its operators.
|
static StringApplier |
StringApplier.simplified(StringApplier applier)
Creates a new applier without prioritization in all its operators.
|
| Modifier and Type | Method and Description |
|---|---|
static StringApplier |
StringApplier.prioritized(StringApplier applier)
Creates a new applier with prioritization for each operator that is being
added to the applier.
|
static StringApplier |
StringApplier.simplified(StringApplier applier)
Creates a new applier without prioritization in all its operators.
|
Copyright © 2023. All rights reserved.