ArrayExpressionSatisfies

The Satisfies class represents the SATISFIES clause object in a quantified operator (ANY/ANY AND EVERY/EVERY IN SATISFIES ). The SATISFIES clause is used for specifying an expression that will be used to evaluate each item in the array.

actual class ArrayExpressionSatisfies : 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 satisfies(expression: Expression): Expression

Creates a complete quantified operator with the given satisfies expression.

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