Uses of Interface
io.inugami.api.providers.concurrent.OnDoneFunction
-
Packages that use OnDoneFunction Package Description io.inugami.api.providers.concurrent -
-
Uses of OnDoneFunction in io.inugami.api.providers.concurrent
Methods in io.inugami.api.providers.concurrent that return types with arguments of type OnDoneFunction Modifier and Type Method Description List<OnDoneFunction<T>>FutureDataResult. getOnDone()List<OnDoneFunction<T>>FutureData. onDone()List<OnDoneFunction<T>>FutureDataModel. onDone()Methods in io.inugami.api.providers.concurrent with parameters of type OnDoneFunction Modifier and Type Method Description FutureDataBuilder<T>FutureDataBuilder. addOnDone(OnDoneFunction<T> onDone)Constructor parameters in io.inugami.api.providers.concurrent with type arguments of type OnDoneFunction Constructor Description FutureDataResult(String channel, T data, GenericEvent evente, List<OnDoneFunction<T>> onDone, List<OnErrorFunction<T>> onError, ProviderTask task)
-