Uses of Class
org.ores.async.NeoInject.Task
-
Uses of NeoInject.Task in org.ores.async
Methods in org.ores.async that return types with arguments of type NeoInject.TaskModifier and TypeMethodDescriptionMethod parameters in org.ores.async with type arguments of type NeoInject.TaskModifier and TypeMethodDescriptionstatic <T,E> void Asyncc.Inject(Map.Entry<String, NeoInject.Task<T, E>> a, Asyncc.IAsyncCallback<Map<String, Object>, E> f) static <T,E> Asyncc.AsyncTask<Map<String, Object>, E> Asyncc.Inject(Map<String, NeoInject.Task<T, E>> tasks) static <T,E> void Asyncc.Inject(Map<String, NeoInject.Task<T, E>> tasks, Asyncc.IAsyncCallback<Map<String, Object>, E> f) static <T,E> void Asyncc.Inject(Map<String, NeoInject.Task<T, E>> tasks, NeoInjectI.AsyncCallbackSet<Map, E> f) static <T,E> NeoGeneric<T, Object, E> Asyncc.Inject(NeoInjectI.ValueTask<T, E> z, Map<String, NeoInject.Task<T, E>> tasks)