Uses of Interface
ml.karmaconfigs.api.common.utils.TriConsumer
Packages that use TriConsumer
Package
Description
-
Uses of TriConsumer in ml.karmaconfigs.api.common.timer.scheduler
Methods in ml.karmaconfigs.api.common.timer.scheduler with parameters of type TriConsumerModifier and TypeMethodDescriptionBiLateScheduler.whenComplete(TriConsumer<A,B,Throwable> paramTriConsumer)Set the complete action -
Uses of TriConsumer in ml.karmaconfigs.api.common.timer.scheduler.worker
Methods in ml.karmaconfigs.api.common.timer.scheduler.worker with parameters of type TriConsumerModifier and TypeMethodDescriptionAsyncBiLateScheduler.whenComplete(TriConsumer<A,B,Throwable> caughtAction)Set the complete actionFixedBiLateScheduler.whenComplete(TriConsumer<A,B,Throwable> caughtAction)Set the complete action -
Uses of TriConsumer in ml.karmaconfigs.api.common.utils
Methods in ml.karmaconfigs.api.common.utils that return TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<T,U,V>TriConsumer.andThen(TriConsumer<? super T,? super U,? super V> after)Do something after that consumerMethods in ml.karmaconfigs.api.common.utils with parameters of type TriConsumerModifier and TypeMethodDescriptiondefault TriConsumer<T,U,V>TriConsumer.andThen(TriConsumer<? super T,? super U,? super V> after)Do something after that consumer