Interface AggregateTasks.AggregateTask<N extends Number>
- All Superinterfaces:
- PersistTask<Iterable<Entity>,- N> 
- All Known Implementing Classes:
- AggregateTasks.Avg,- AggregateTasks.Count,- AggregateTasks.SimpleSum,- AggregateTasks.Sum
- Enclosing class:
- AggregateTasks
public static interface AggregateTasks.AggregateTask<N extends Number>
extends PersistTask<Iterable<Entity>,N> 
- 
Method SummaryMethods inherited from interface ch.tocco.nice2.persist.core.api.exec.PersistTaskandThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, run, skipErrors, unwrap
- 
Method Details- 
fromEntityListPersistTask<EntityList,N> fromEntityList()
 
-