public static class Dispatching.DispatchingWith<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Dispatching<T> |
dispatching |
| Modifier | Constructor and Description |
|---|---|
private |
DispatchingWith(java.lang.Class<T> primaryType,
java.lang.Class<?>[] types) |
| Modifier and Type | Method and Description |
|---|---|
Dispatching.DispatchingBuild<T> |
with(java.lang.Object... delegates)
Defines the object that shall be delegated to.
|
private final Dispatching<T> dispatching
private DispatchingWith(java.lang.Class<T> primaryType, java.lang.Class<?>[] types)
public Dispatching.DispatchingBuild<T> with(java.lang.Object... delegates)
delegates - the objects that will receive the calls.