@FunctionalInterface
public interface InstanceCbComponent
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Component component)
Handles the given argument.
|
default InstanceCbComponent |
andThen(InstanceCbComponent after) |
void accept(Component component)
component - the callback parameterdefault InstanceCbComponent andThen(InstanceCbComponent after)