Condition
Collection of BooleanSupplier extensions for rising and falling edge detection.
Author
Lucas Bubner, 2024
Since
6.0.0
Constructors
Link copied to clipboard
Creates a new Condition with the given BooleanSupplier.
Creates a new Condition with the given BooleanSupplier and no edge detection.
Properties
Link copied to clipboard
The currently set edge detection to use for the BooleanSuppliergetAsBoolean method.
Functions
Link copied to clipboard
Creates a new Condition that is the logical AND of this Condition and another BooleanSupplier.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Creates a new Condition that is the logical OR of this Condition and another BooleanSupplier.
Link copied to clipboard
Link copied to clipboard
Creates a new Condition that is the logical XOR of this Condition and another BooleanSupplier.