Uses of Interface
org.ores.async.NeoEachI.IEacher
-
Uses of NeoEachI.IEacher in org.ores.async
Classes in org.ores.async that implement NeoEachI.IEacherMethods in org.ores.async with parameters of type NeoEachI.IEacherModifier and TypeMethodDescriptionstatic <T,E> NeoEachI.AsyncEachTask<E> Asyncc.Each(Iterable<T> i, NeoEachI.IEacher<T, E> m) static <T,E> void Asyncc.Each(Iterable<T> i, NeoEachI.IEacher<T, E> m, NeoEachI.IEachCallback<E> f) static <T,E> void Asyncc.Each(Map i, NeoEachI.IEacher<T, E> m, NeoEachI.IEachCallback<E> f) static <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> void Asyncc.EachLimit(int limit, Iterable<T> i, NeoEachI.IEacher<T, E> m, NeoEachI.IEachCallback<E> f) static <T,E> void Asyncc.EachLimit(int limit, Map i, NeoEachI.IEacher<T, E> m, NeoEachI.IEachCallback<E> f) static <T,E> void Asyncc.EachSeries(Iterable<T> i, NeoEachI.IEacher<T, E> m, NeoEachI.IEachCallback<E> f) static <T,E> void Asyncc.EachSeries(Map<Object, Object> i, NeoEachI.IEacher<T, E> m, NeoEachI.IEachCallback<E> f)