@FunctionalInterface
public interface InstanceCbRef<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)
Handles the given arguments.
|
default InstanceCbRef<S> |
andThen(InstanceCbRef<S> after) |
void accept(<any> ref)
ref
- a Service Referenceservice
- a Servicedefault InstanceCbRef<S> andThen(InstanceCbRef<S> after)