Uses of Interface
org.ores.async.Asyncc.Eacher
-
-
Uses of Asyncc.Eacher in org.ores.async
Methods in org.ores.async with parameters of type Asyncc.Eacher Modifier and Type Method Description static <T,V,E> void
Asyncc. Each(java.lang.Iterable<T> i, Asyncc.Eacher<T,E> m, Asyncc.IEachCallback<E> f)
static <T,V,E> void
Asyncc. EachLimit(int limit, java.lang.Iterable<T> i, Asyncc.Eacher<T,E> m, Asyncc.IEachCallback<E> f)
static <T,V,E> void
Asyncc. EachSeries(java.lang.Iterable<T> i, Asyncc.Eacher<T,E> m, Asyncc.IEachCallback<E> f)
-