Uses of Class
org.ores.async.NeoGeneric
-
Uses of NeoGeneric in org.ores.async
Methods in org.ores.async that return NeoGenericModifier and TypeMethodDescriptionstatic <T,E> NeoGeneric<T, Object, E> Asyncc.Each(NeoEachI.AsyncValueMapTask<T, E> o, Map<Object, Object> i, NeoEachI.IEacher<T, E> m) static <T,E> NeoGeneric<T, Object, E> Asyncc.Each(NeoEachI.AsyncValueTask<T, E> o, List<T> i, NeoEachI.IEacher<T, E> m) static <T,E> NeoGeneric<T, Object, E> Asyncc.Inject(NeoInjectI.ValueTask<T, E> z, Map<String, NeoInject.Task<T, E>> tasks) static <T,V, E> NeoGeneric<T, V, E> Asyncc.Map(NeoEachI.AsyncValueTask<T, E> o, Iterable<T> i, Asyncc.IMapper<T, V, E> m) static <T,V, E> NeoGeneric<T, V, E> Asyncc.Parallel(org.ores.async.NeoParallelI.AsyncValueTask<T, E> o, Asyncc.AsyncTask<T, E>... tasks) static <T,E> NeoGeneric<T, Void, E> Asyncc.Series(Asyncc.AsyncValueTask<T, E> z, Asyncc.AsyncTask<T, E>... args) static <T,E> NeoGeneric<T, Object, E> Asyncc.Waterfall(NeoWaterfallI.AsyncValueTask<T, E> z, NeoWaterfallI.AsyncTask<T, E>... args)