Package net.servicestack.func
Interface Reducer<T,E>
-
public interface Reducer<T,E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ereduce(E prev, T item)
-
public interface Reducer<T,E>
| Modifier and Type | Method | Description |
|---|---|---|
E |
reduce(E prev,
T item) |