AndExpr

fun AndExpr(operands: List<BooleanExpr>): AndExpr

Creates a new AndExpr with the given operands

Parameters

operands

A list of 2 or more BooleanExpr conditions which are ANDed together