configure

abstract fun configure(action: Action<in T>)

Configures the domain object with the given action. Actions are run in the order added.

Since

4.10

Parameters

action

A Action that can configure the domain object when required.