@FunctionalInterface
public interface InstanceCbRefServiceRefService<S>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(<any> oldRef,
S old,
<any> replaceRef,
S replace)
Handles the given arguments
|
default InstanceCbRefServiceRefService<S> |
andThen(InstanceCbRefServiceRefService<S> after) |
void accept(<any> oldRef,
S old,
<any> replaceRef,
S replace)
oldRef - the old service referenceold - the old servicereplaceRef - the replace service referencereplace - the replace servicedefault InstanceCbRefServiceRefService<S> andThen(InstanceCbRefServiceRefService<S> after)