-
public interface OneWayBinderProxy.DecoratorAn abstract function that decorates instances of OneWayBinderProxy.
See https://en.wikipedia.org/wiki/Decorator_pattern.
-
-
Method Summary
Modifier and Type Method Description abstract OneWayBinderProxydecorate(OneWayBinderProxy input)Returns an instance of OneWayBinderProxy that decorates {@code input}with somenew behavior.-
-
Method Detail
-
decorate
abstract OneWayBinderProxy decorate(OneWayBinderProxy input)
Returns an instance of OneWayBinderProxy that decorates
{@code input}with somenew behavior.
-
-
-
-