@FunctionalInterface public interface CbBundleComponent<T> extends SerializableLambda
Modifier and Type | Method and Description |
---|---|
void |
accept(T instance,
Bundle bundle,
Component component)
Handles the given arguments.
|
default CbBundleComponent<T> |
andThen(CbBundleComponent<? super T> after) |
void accept(T instance, Bundle bundle, Component component)
instance
- the Component implementation instance on which the callback is invoked on.bundle
- the first callback parametercomponent
- the second callback parameterdefault CbBundleComponent<T> andThen(CbBundleComponent<? super T> after)