类 ContentReplacer.Builder<R>
java.lang.Object
cc.carm.lib.configuration.value.text.function.replacer.ContentReplacer.Builder<R>
- 封闭类:
- ContentReplacer<RECEIVER>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明@NotNull ContentReplacer.Builder<R>priority(int priority) @NotNull ContentReplacer<R>@NotNull ContentReplacer<R>to(BiFunction<@Nullable R, @NotNull Matcher, @Nullable String> supplier) @NotNull ContentReplacer<R>@NotNull ContentReplacer<R>
-
字段详细资料
-
pattern
-
priority
protected int priority
-
-
构造器详细资料
-
Builder
-
-
方法详细资料
-
priority
-
to
@NotNull public @NotNull ContentReplacer<R> to(BiFunction<@Nullable R, @NotNull Matcher, @Nullable String> supplier) -
to
-
to
-
to
-