Uses of Interface
org.ores.async.NeoGroupByI.IMapper
-
Uses of NeoGroupByI.IMapper in org.ores.async
Methods in org.ores.async with parameters of type NeoGroupByI.IMapperModifier and TypeMethodDescriptionstatic <T,V, E> void Asyncc.GroupBy(Iterable<T> i, NeoGroupByI.IMapper<T, E> m, Asyncc.IAsyncCallback<Map<String, List<V>>, E> f) static <T,V, E> void Asyncc.GroupByLimit(int limit, Iterable<T> i, NeoGroupByI.IMapper<T, E> m, Asyncc.IAsyncCallback<Map<String, List<V>>, E> f) static <T,V, E> void Asyncc.GroupBySeries(Iterable<T> i, NeoGroupByI.IMapper<T, E> m, Asyncc.IAsyncCallback<Map<String, List<V>>, E> f) static <T,V, E> void Asyncc.GroupToSets(Iterable<T> i, NeoGroupByI.IMapper<T, E> m, Asyncc.IAsyncCallback<Map<String, Set<V>>, E> f) static <T,V, E> void Asyncc.GroupToSetsLimit(int limit, Iterable<T> i, NeoGroupByI.IMapper<T, E> m, Asyncc.IAsyncCallback<Map<String, Set<V>>, E> f) static <T,V, E> void Asyncc.GroupToSetsSeries(Iterable<T> i, NeoGroupByI.IMapper<T, E> m, Asyncc.IAsyncCallback<Map<String, Set<V>>, E> f)