Uses of Interface
org.ores.async.NeoTimesI.ITimesr
-
Uses of NeoTimesI.ITimesr in org.ores.async
Methods in org.ores.async with parameters of type NeoTimesI.ITimesrModifier and TypeMethodDescriptionstatic <T,E> void Asyncc.Series(int count, NeoTimesI.ITimesr<T, E> m, NeoTimesI.ITimesCallback<List<T>, E> f) static <T,E> void Asyncc.Times(int count, NeoTimesI.ITimesr<T, E> m, NeoTimesI.ITimesCallback<List<T>, E> f) static <T,E> void Asyncc.TimesLimit(int lim, int count, NeoTimesI.ITimesr<T, E> m, NeoTimesI.ITimesCallback<List<T>, E> f)