Uses of Interface
ml.karmaconfigs.api.common.timer.scheduler.BiLateScheduler
Packages that use BiLateScheduler
Package
Description
-
Uses of BiLateScheduler in ml.karmaconfigs.api.common.timer.scheduler
Methods in ml.karmaconfigs.api.common.timer.scheduler that return BiLateSchedulerModifier and TypeMethodDescriptiondefault BiLateScheduler<A,B>BiLateScheduler.thenCompleteUnder(BiLateScheduler<A,B> next)Complete another bi consumer with these objectsBiLateScheduler.whenComplete(Runnable paramRunnable)Set the complete actionBiLateScheduler.whenComplete(BiConsumer<A,B> paramBiConsumer)Set the complete actionBiLateScheduler.whenComplete(TriConsumer<A,B,Throwable> paramTriConsumer)Set the complete actionMethods in ml.karmaconfigs.api.common.timer.scheduler with parameters of type BiLateSchedulerModifier and TypeMethodDescriptiondefault BiLateScheduler<A,B>BiLateScheduler.thenCompleteUnder(BiLateScheduler<A,B> next)Complete another bi consumer with these objects -
Uses of BiLateScheduler in ml.karmaconfigs.api.common.timer.scheduler.worker
Classes in ml.karmaconfigs.api.common.timer.scheduler.worker that implement BiLateSchedulerModifier and TypeClassDescriptionclassAsyncBiLateScheduler<A,B>This scheduler will run a task when X is completedclassFixedBiLateScheduler<A,B>This scheduler will run a task when X is completedMethods in ml.karmaconfigs.api.common.timer.scheduler.worker that return BiLateSchedulerModifier and TypeMethodDescriptionAsyncBiLateScheduler.whenComplete(Runnable action)Set the complete actionAsyncBiLateScheduler.whenComplete(BiConsumer<A,B> action)Set the complete actionAsyncBiLateScheduler.whenComplete(TriConsumer<A,B,Throwable> caughtAction)Set the complete actionFixedBiLateScheduler.whenComplete(Runnable action)Set the complete actionFixedBiLateScheduler.whenComplete(BiConsumer<A,B> action)Set the complete actionFixedBiLateScheduler.whenComplete(TriConsumer<A,B,Throwable> caughtAction)Set the complete action