Interface Decorator

Provides the underlying decorated object.

interface Decorator(T) ;

Methods

NameDescription
decoratedGet the decorated object.