@FunctionalInterface public interface InstanceCbServiceObjectsServiceObjects<S> extends SerializableLambda
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> ref1,
<any> ref2)
Handles the given argument
|
default InstanceCbServiceObjectsServiceObjects<S> |
andThen(InstanceCbServiceObjectsServiceObjects<S> after) |
void accept(<any> ref1, <any> ref2)
ref1
- a Service Referenceref2
- a Service Referencedefault InstanceCbServiceObjectsServiceObjects<S> andThen(InstanceCbServiceObjectsServiceObjects<S> after)