Uses of Interface
org.ores.async.NeoReduceI.IReducer
-
Uses of NeoReduceI.IReducer in org.ores.async
Classes in org.ores.async that implement NeoReduceI.IReducerMethods in org.ores.async with parameters of type NeoReduceI.IReducerModifier and TypeMethodDescriptionstatic <I,T, V, E> void Asyncc.Reduce(I initialVal, List<T> tasks, NeoReduceI.IReducer<T, V, E> m, Asyncc.IAsyncCallback<V, E> f) static <T,V, E> void Asyncc.Reduce(List<T> tasks, NeoReduceI.IReducer<T, V, E> m, Asyncc.IAsyncCallback<V, E> f) static <I,T, V, E> void Asyncc.ReduceRight(I initialVal, List<T> tasks, NeoReduceI.IReducer<T, V, E> m, Asyncc.IAsyncCallback<V, E> f) static <T,V, E> void Asyncc.ReduceRight(List<T> tasks, NeoReduceI.IReducer<T, V, E> m, Asyncc.IAsyncCallback<V, E> f)