Trigger
Functions
Descends into the last binded ScheduledTask for this trigger.
Alias for or.
Alias for not.
Override this method and construct a new instance of the subclass for self-typing.
Alias for and.
Inherited functions
Creates a new self-type Condition that is the logical AND of this Condition and another BooleanSupplier.
Creates a new self-type Condition that is the logical NOT of this Condition.
Creates a new self-type Condition that is the logical OR of this Condition and another BooleanSupplier.
Mutates this Condition with a delay. The delay will be applied to the output of all exposed methods of this class and dictates a minimum time that the original condition must be true for the output to be true.
Mutates this Condition to adjust the edge detection for the BooleanSuppliergetAsBoolean method.
Creates a new self-type Condition that is the logical XOR of this Condition and another BooleanSupplier.