@FunctionalInterface public interface CbRefServiceRefServiceComponent<T,S> extends SerializableLambda
Modifier and Type | Method and Description |
---|---|
void |
accept(T instance,
<any> oldRef,
S old,
<any> replaceRef,
S replace,
Component c)
Handles the given arguments.
|
default CbRefServiceRefServiceComponent<T,S> |
andThen(CbRefServiceRefServiceComponent<? super T,S> after) |
void accept(T instance, <any> oldRef, S old, <any> replaceRef, S replace, Component c)
instance
- the Component implementation instance on which the callback is invoked on.oldRef
- first callback argold
- second callback argreplaceRef
- third callback argreplace
- fourth callback argc
- fifth callback argdefault CbRefServiceRefServiceComponent<T,S> andThen(CbRefServiceRefServiceComponent<? super T,S> after)