decorators

Treat component as a chain of decorated entities and express this as a range of decorators.

DecoratorChain!(ComponentType, DecoratorType)
decorators
(
DecoratorType
ComponentType
)
(
ComponentType component
)

Parameters

ComponentType

The original type of component attempted to interpret as a range of decorators.

DecoratorType

type each decorator in decorator chain.

component ComponentType

component to express as a range of decorators.

Return Value

Type: DecoratorChain!(ComponentType, DecoratorType)

DecoratorChain!(ComponentType, DecoratorType) the range.

Meta