SubscribableContainer.set

Set component in decorated by identity.

class SubscribableContainer
static if(is(T : Storage!(ObjectFactory, string)))
typeof(this)
set

Parameters

identity string

identity of factory.

element ObjectFactory

factory that is to be saved in decorated.

Return: SwitchableContainer!T decorating decorated.

Meta