@FunctionalInterface
public interface InstanceCbServiceObjects<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 InstanceCbServiceObjects<S> |
andThen(InstanceCbServiceObjects<S> after) |
void accept(<any> ref)
ref - a Service Referenceservice - a Servicedefault InstanceCbServiceObjects<S> andThen(InstanceCbServiceObjects<S> after)