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 token, @NotNull() Function<String, NoticeExec<out Object>> exec)static TaskerExecgetTasker(@NotNull() String token, @NotNull() Function<String, TaskerExec> exec)static NoticeExec<out Object>getNotice(String token, boolean nonnull)static TaskerExecgetTasker(String token, boolean nonnull)-
-
Method Detail
-
getNotice
@NotNull() static NoticeExec<out Object> getNotice(@NotNull() String token, @NotNull() Function<String, NoticeExec<out Object>> exec)
-
getTasker
@NotNull() static TaskerExec getTasker(@NotNull() String token, @NotNull() Function<String, TaskerExec> exec)
-
getNotice
@Contract(value = "_,true->!null") static NoticeExec<out Object> getNotice(String token, boolean nonnull)
-
getTasker
@Contract(value = "_,true->!null") static TaskerExec getTasker(String token, boolean nonnull)
-
-
-
-