ExceptionChainingObjectFactory.decorated - multiple declarations

Function ExceptionChainingObjectFactory.decorated

Set decorated

ExceptionChainingObjectFactory decorated (
  Factory!(Object) decorated
) nothrow @property @safe;

Parameters

NameDescription
decorated the factory that is to be decorated

Returns

typeof(this)

Function ExceptionChainingObjectFactory.decorated

Get decorated

Factory!(Object) decorated () nothrow @property @safe;

Returns

ObjectFactory