@FunctionalInterface
public interface InstanceCbRefComponent<S>
The type of the service passed in argument to the callback is defined by the "S" generic parameter.
Modifier and Type | Method and Description |
---|---|
void |
accept(<any> ref,
Component comp)
Handles the given arguments.
|
default InstanceCbRefComponent<S> |
andThen(InstanceCbRefComponent<S> after) |
void accept(<any> ref, Component comp)
ref
- a Service Referencecomp
- a Componentdefault InstanceCbRefComponent<S> andThen(InstanceCbRefComponent<S> after)