contains

abstract infix fun AttributePath.contains(expr: Expression): BooleanExpr

Creates a contains expression for verifying this expression contains the given expression

Parameters

expr

The expression which may be contained


open infix fun AttributePath.contains(value: Any?): BooleanExpr

Creates a contains expression for verifying this expression contains the given expression

Parameters

value

The value which may be contained