@FunctionalInterface public interface CbServiceObjectsServiceObjects<T,S> extends SerializableLambda
Modifier and Type | Method and Description |
---|---|
void |
accept(T instance,
<any> ref1,
<any> ref2)
Handles the given arguments.
|
default CbServiceObjectsServiceObjects<T,S> |
andThen(CbServiceObjectsServiceObjects<? super T,S> after) |
void accept(T instance, <any> ref1, <any> ref2)
instance
- the Component implementation instance on which the callback is invoked on.ref1
- first callback argref2
- second callback argdefault CbServiceObjectsServiceObjects<T,S> andThen(CbServiceObjectsServiceObjects<? super T,S> after)