@FunctionalInterface public interface CbRefRef<T,S> extends SerializableLambda
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T instance,
<any> ref1,
<any> ref2)
Handles the given arguments.
|
default CbRefRef<T,S> |
andThen(CbRefRef<? 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 arg