Private
#abstractAbstract Class used for creating the bridge.
Private
#currentThe current implementation for the bridge.
This value will be null
until an implementation is set.
Sealed
Returns the abstract class that will be bridged.
Class type for the bridge implementation
Sealed
Returns the implementation class' instance which extended the abstract
class and was defined by the setImplementation
method.
Implementation class instance
Generated using TypeDoc
Class which bridges external implementation for a specific abstract class. Will throw error when implementation is missing and access is performed.