Class ExecHolder
-
- All Implemented Interfaces:
public class ExecHolder- Since:
2022-12-16
trydofor
-
-
Constructor Summary
Constructors Constructor Description ExecHolder()
-
Method Summary
Modifier and Type Method Description static NoticeExec<out Object>getNotice(@NotNull() String bean, @NotNull() Function<String, NoticeExec<out Object>> exec)static NoticeExec<out Object>getNotice(@Nullable() String bean, boolean nonnull)static NoticeExec<out Object>delNotice(@NotNull() String bean)static TaskerExecgetTasker(@NotNull() String prop, @NotNull() Function<String, TaskerExec> exec)static TaskerExecgetTasker(@Nullable() String prop, boolean nonnull)static TaskerExecdelTasker(@NotNull() String prop)-
-
Method Detail
-
getNotice
@NotNull() static NoticeExec<out Object> getNotice(@NotNull() String bean, @NotNull() Function<String, NoticeExec<out Object>> exec)
-
getNotice
@Contract(value = "_,true->!null") static NoticeExec<out Object> getNotice(@Nullable() String bean, boolean nonnull)
-
delNotice
@Nullable() static NoticeExec<out Object> delNotice(@NotNull() String bean)
-
getTasker
@NotNull() static TaskerExec getTasker(@NotNull() String prop, @NotNull() Function<String, TaskerExec> exec)
-
getTasker
@Contract(value = "_,true->!null") static TaskerExec getTasker(@Nullable() String prop, boolean nonnull)
-
delTasker
@Nullable() static TaskerExec delTasker(@NotNull() String prop)
-
-
-
-