@FunctionalInterface public interface CbRefServiceRefService<T,S> extends SerializableLambda
Modifier and Type | Method and Description |
---|---|
void |
accept(T instance,
<any> oldRef,
S old,
<any> replaceRef,
S replace)
Handles the given arguments.
|
default CbRefServiceRefService<T,S> |
andThen(CbRefServiceRefService<? super T,S> after) |
void accept(T instance, <any> oldRef, S old, <any> replaceRef, S replace)
instance
- the Component implementation instance on which the callback is invoked on.oldRef
- first callback paramold
- second callback paramreplaceRef
- third callback paramreplace
- fourth callback paramdefault CbRefServiceRefService<T,S> andThen(CbRefServiceRefService<? super T,S> after)