@FunctionalInterface public interface CbServiceComponentRef<T,S> extends SerializableLambda
Modifier and Type | Method and Description |
---|---|
void |
accept(T instance,
S service,
Component c,
<any> ref)
Handles the given arguments.
|
default CbServiceComponentRef<T,S> |
andThen(CbServiceComponentRef<T,S> after) |
void accept(T instance, S service, Component c, <any> ref)
instance
- the Component implementation instance on which the callback is invoked on.service
- the first callback parameterc
- the second callback parameterref
- the third callback parameterdefault CbServiceComponentRef<T,S> andThen(CbServiceComponentRef<T,S> after)