Uses of Interface
org.ores.async.NeoTimesI.ITimesCallback
-
Uses of NeoTimesI.ITimesCallback in org.ores.async
Methods in org.ores.async with parameters of type NeoTimesI.ITimesCallbackModifier and TypeMethodDescriptionvoidNeoTimesI.AsyncTimesTask.run(NeoTimesI.ITimesCallback<T, E> cb) voidvoidNeoTimesI.AsyncValueTask.run(Object v, NeoTimesI.ITimesCallback<T, E> cb) voidNeoTimesI.ITimesr.run(Integer v, NeoTimesI.ITimesCallback<T, E> cb) static <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)