Interface Decorator

Provides the underlying decorated object.

interface Decorator(T) ;

Methods

NameDescription
decorated Get the decorated object.