Bunyips Component
Base class for components used with a BunyipsOpMode. This allows injection of the OpMode into the component, and provides a common base for all components.
Author
Lucas Bubner, 2024
Since
1.0.0-pre
Inheritors
Properties
Link copied to clipboard
Get a reference to the currently running BunyipsOpMode.
Functions
Link copied to clipboard
Null check consumer for the opMode field which will no-op the given consumer if an active BunyipsOpMode is not present (i.e.
Link copied to clipboard
Null assertion for the opMode field which throws a NullPointerException if an active BunyipsOpMode is not present (i.e.