Uses of Interface
it.tidalwave.role.Aggregate
Packages that use Aggregate
-
Uses of Aggregate in it.tidalwave.role
Fields in it.tidalwave.role with type parameters of type AggregateMethods in it.tidalwave.role that return AggregateModifier 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
Classes in it.tidalwave.role.ui that implement AggregateModifier and TypeClassDescriptionclass
A specialisation ofAggregate
<PresentationModel>
which offers a convenience method for aggregating its contained objects.