Uses of Interface
org.ores.async.NeoRaceIfc.IMapper
-
Uses of NeoRaceIfc.IMapper in org.ores.async
Methods in org.ores.async with parameters of type NeoRaceIfc.IMapperModifier and TypeMethodDescriptionstatic <T,V, E> void Asyncc.Race(Iterable<T> i, NeoRaceIfc.IMapper<T, V, E> m, Asyncc.IAsyncCallback<V, E> f) static <T,V, E> void Asyncc.Race(Map<Object, T> i, NeoRaceIfc.IMapper<T, V, E> m, Asyncc.IAsyncCallback<V, E> f) static <T,V, E> void Asyncc.RaceLimit(Integer lim, Iterable<T> i, NeoRaceIfc.IMapper<T, V, E> m, Asyncc.IAsyncCallback<V, E> f) static <T,V, E> void Asyncc.RaceLimit(Integer lim, Map<Object, T> i, NeoRaceIfc.IMapper<T, V, E> m, Asyncc.IAsyncCallback<V, E> f)