Class NeoGeneric<T,V,E>

java.lang.Object
org.ores.async.NeoGeneric<T,V,E>
All Implemented Interfaces:
Asyncc.AsyncValueTask<V,E>, Asyncc.IMapper<T,V,E>, NeoEachI.IEacher<V,E>, NeoReduceI.IReducer<T,V,E>, NeoWaterfallI.AsyncValueTask<V,E>

public abstract class NeoGeneric<T,V,E> extends Object implements NeoEachI.IEacher<V,E>, NeoReduceI.IReducer<T,V,E>, Asyncc.IMapper<T,V,E>, Asyncc.AsyncValueTask<V,E>, NeoWaterfallI.AsyncValueTask<V,E>