trait LogicalOperatorBuilderTrait

Trait LogicalOperatorsTrait

Methods

and_()

Logical AND operator

or_()

Logical OR operator

Details

ExpressionOperator and_()

Logical AND operator

'&&'

Return Value

ExpressionOperator

ExpressionOperator or_()

Logical OR operator

'||'

Return Value

ExpressionOperator