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