and

open infix fun and(other: Condition): Condition

Returns a condition that is the logical AND of this condition and the other condition.

Return

a new Condition that returns true only if both conditions are met

Parameters

other

the other condition to combine with