@FunctionalInterface public interface CbServiceService<T,S> extends SerializableLambda
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T instance,
S old,
S replace)
Handles the given arguments.
|
default CbServiceService<T,S> |
andThen(CbServiceService<? super T,S> after) |
void accept(T instance, S old, S replace)
instance - the Component implementation instance on which the callback is invoked on.old - first callback argreplace - second callback argdefault CbServiceService<T,S> andThen(CbServiceService<? super T,S> after)