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