Uses of Interface
it.tidalwave.role.Aggregate
-
Uses of Aggregate in it.tidalwave.role
Modifier and TypeMethodDescriptionstatic <T> Aggregate
<T> Aggregate.newInstance()
Returns a new empty instance that will be populated by means ofwith(String, Object)
.static <T> Aggregate
<T> Returns a new instance with the specified (name, value) pair.static <T> Aggregate
<T> Returns a new instance with the specified (name, value) pairs.Returns a new instance with the specified (name, value) pair. -
Uses of Aggregate in it.tidalwave.role.ui
Modifier and TypeClassDescriptionclass
A specialisation ofAggregate
<PresentationModel>
which offers a convenience method for aggregating its contained objects.