Interface NeoReduceI.IReducer<T,V,E>

All Known Implementing Classes:
NeoGeneric
Enclosing class:
NeoReduceI

public static interface NeoReduceI.IReducer<T,V,E>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reduce(V v, T next, Asyncc.IAsyncCallback<V,E> cb)