public static class Echoing.EchoingWithOrTo<T> extends Echoing.EchoingTo<T>
echoing| Modifier | Constructor and Description |
|---|---|
private |
EchoingWithOrTo(Echoing<T> echoing) |
| Modifier and Type | Method and Description |
|---|---|
Echoing.EchoingTo<T> |
with(java.lang.Object delegate)
Specify the delegate.
|
topublic Echoing.EchoingTo<T> with(java.lang.Object delegate)
delegate - the object the proxy delegates to.