requiredNamedAggregate

Finds the named aggregate associated with this class, throwing an exception if not found.

Return

The named aggregate.

Parameters

T

The type of the class.

Throws

if no matching named aggregate is found.


Finds the named aggregate for the reified type T, throwing an exception if not found.

Return

The named aggregate.

Parameters

T

The type to find the named aggregate for.

Throws

if no matching named aggregate is found.