public static class Decorating.DecoratingWith<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Decorating<T,T> |
decorating |
| Modifier | Constructor and Description |
|---|---|
private |
DecoratingWith(Decorating<T,T> decorating) |
| Modifier and Type | Method and Description |
|---|---|
Decorating.DecoratingVisitor<T,T> |
with(T delegate)
specify the delegate
|
private Decorating<T,T> decorating
private DecoratingWith(Decorating<T,T> decorating)
public Decorating.DecoratingVisitor<T,T> with(T delegate)
delegate - the delegate