A wrapper that allows extended methods to be called as though they were regular methods.
Implicitly converts to the wrapped object.
Forwards all method calls to extendedMethod.
The wrapped object.
the type of the wrapped object.
the context module to be used for extended method lookup.
See Implementation
A wrapper that allows extended methods to be called as though they were regular methods.