OrExpr

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

Creates a new OrExpr with the given operands

Parameters

operands

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