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 Summary
Methods inherited from interface PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, run, skipErrors, unwrap
-
Method Details
-
fromEntityList
PersistTask<EntityList, N> fromEntityList()
-