Uses of Interface
io.inugami.api.providers.concurrent.OnErrorFunction
-
Packages that use OnErrorFunction Package Description io.inugami.api.providers.concurrent -
-
Uses of OnErrorFunction in io.inugami.api.providers.concurrent
Methods in io.inugami.api.providers.concurrent that return types with arguments of type OnErrorFunction Modifier and Type Method Description List<OnErrorFunction<T>>FutureDataResult. getOnError()List<OnErrorFunction<T>>FutureData. onError()List<OnErrorFunction<T>>FutureDataModel. onError()Methods in io.inugami.api.providers.concurrent with parameters of type OnErrorFunction Modifier and Type Method Description FutureDataBuilder<T>FutureDataBuilder. addOnError(OnErrorFunction<T> onError)
-