@FunctionalInterface public interface InstanceCbBundle extends SerializableLambda
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Bundle bundle)
Handles the given argument.
|
default InstanceCbBundle |
andThen(InstanceCbBundle after) |
void accept(Bundle bundle)
bundle - the callback parameterdefault InstanceCbBundle andThen(InstanceCbBundle after)