Returns true if both boolean expressions evaluate to true.
Performs a logical AND operation.
The first boolean expression
The second boolean expression
true if both values are truthy, false otherwise
Returns true if at least one of the boolean expressions
evaluates to true. Performs a logical OR operation.
The first boolean expression
The second boolean expression
true if either value is truthy, false otherwise
Provides logical operator functions for combining multiple boolean expressions and returning a single boolean value. These operators are available for use in HotMesh mapping rules.
Remarks
Invoked in mapping rules using
{@logical.<method>}syntax.