@FunctionalInterface public interface CbServiceObjects<T,S> extends SerializableLambda
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T instance,
<any> ref)
Handles the given arguments.
|
default CbServiceObjects<T,S> |
andThen(CbServiceObjects<? super T,S> after) |
void accept(T instance, <any> ref)
instance - the Component implementation instance on which the callback is invoked on.ref - a Service Referencedefault CbServiceObjects<T,S> andThen(CbServiceObjects<? super T,S> after)