getNamedAggregate

abstract fun getNamedAggregate(target: T): NamedAggregate

Retrieves the named aggregate from the target object.

Return

The named aggregate associated with the target.

Parameters

target

The target object to extract the named aggregate from.