Uses of Interface
ml.karmaconfigs.api.common.timer.scheduler.LateScheduler
Packages that use LateScheduler
Package
Description
-
Uses of LateScheduler in ml.karmaconfigs.api.common.karmafile
Methods in ml.karmaconfigs.api.common.karmafile that return LateSchedulerModifier and TypeMethodDescriptionAsyncKarmaFile.applyKarmaAttribute()Apply karma file attribute to the fileAsyncKarmaFile.create()Create the fileAsyncKarmaFile.exportFromFile(InputStream resource)Export the karma file from an internal file@NotNull LateScheduler<Object>Get a valueAsyncKarmaFile.getBoolean(String path, boolean def)Get a valueGet a valueGet a valueAsyncKarmaFile.getKeys(boolean deep)Get the karma file key set@NotNull LateScheduler<List<?>>Get a valueGet a value@NotNull LateScheduler<String>Get a value@NotNull LateScheduler<List<String>>AsyncKarmaFile.getStringList(String path, String... default_contents)Get a valueGet if a key is a listGet if a key is set@NotNull LateScheduler<List<String>>AsyncKarmaFile.readFullFile()Read the file completelySet a new valueSet a new valueSet a new valueUnset a key and its value if setUnset a list -
Uses of LateScheduler in ml.karmaconfigs.api.common.timer.scheduler
Methods in ml.karmaconfigs.api.common.timer.scheduler that return LateSchedulerModifier and TypeMethodDescriptiondefault LateScheduler<A>LateScheduler.thenCompleteUnder(LateScheduler<A> next)Complete another single consumer with these objectsLateScheduler.whenComplete(Runnable paramRunnable)Set the complete actionLateScheduler.whenComplete(BiConsumer<A,Throwable> paramBiConsumer)Set the complete actionLateScheduler.whenComplete(Consumer<A> paramConsumer)Set the complete actionMethods in ml.karmaconfigs.api.common.timer.scheduler with parameters of type LateSchedulerModifier and TypeMethodDescriptiondefault LateScheduler<A>LateScheduler.thenCompleteUnder(LateScheduler<A> next)Complete another single consumer with these objects -
Uses of LateScheduler in ml.karmaconfigs.api.common.timer.scheduler.worker
Classes in ml.karmaconfigs.api.common.timer.scheduler.worker that implement LateSchedulerModifier and TypeClassDescriptionclassThis scheduler will run a task when X is completedclassThis scheduler will run a task when X is completedMethods in ml.karmaconfigs.api.common.timer.scheduler.worker that return LateSchedulerModifier and TypeMethodDescriptionAsyncLateScheduler.whenComplete(Runnable action)Set the complete actionAsyncLateScheduler.whenComplete(BiConsumer<A,Throwable> caughtAction)Set the complete actionAsyncLateScheduler.whenComplete(Consumer<A> action)Set the complete actionFixedLateScheduler.whenComplete(Runnable action)Set the complete actionFixedLateScheduler.whenComplete(BiConsumer<A,Throwable> caughtAction)Set the complete actionFixedLateScheduler.whenComplete(Consumer<A> action)Set the complete action -
Uses of LateScheduler in ml.karmaconfigs.api.common.version
Methods in ml.karmaconfigs.api.common.version that return LateScheduler -
Uses of LateScheduler in ml.karmaconfigs.api.common.version.spigot
Methods in ml.karmaconfigs.api.common.version.spigot that return LateScheduler