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