ArrayExpressionIn

The In class represents the IN clause object in a quantified operator (ANY/ANY AND EVERY/EVERY IN SATISFIES ). The IN clause is used for specifying an array object or an expression evaluated as an array object, each item of which will be evaluated against the satisfies expression.

actual class ArrayExpressionIn : DelegatedClass<<Error class: unknown class>> (source)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
expect fun in(expression: Expression): ArrayExpressionSatisfies

Creates a Satisfies clause object with the given IN clause expression that could be an array object or an expression evaluated as an array object.

actual fun in(expression: Expression): ArrayExpressionSatisfies
actual fun in(expression: Expression): ArrayExpressionSatisfies
Link copied to clipboard
open override fun toString(): String