@FunctionalInterface public interface CbRef<T,S> extends SerializableLambda
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T instance,
org.osgi.framework.ServiceReference<S> ref)
Handles the given arguments.
|
default CbRef<T,S> |
andThen(CbRef<? super T,S> after) |