and

inline fun Expression<Boolean>.and(op: () -> Op<Boolean>): Op<Boolean>

Returns the result of performing a logical and operation between this expression and the op.