A2uiSchemaKeyword.Not


class A2uiSchemaKeyword.Not : A2uiSchemaKeyword


Subschema where the instance must NOT match (not).

Uses Nothing as the type parameter so that covariance (out T) allows this keyword to be used in any typed schema's keyword list.

Summary

Public constructors

Not(schema: A2uiSchema)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

A2uiSchema

subschema that the instance must not match

Public constructors

Not

Added in 1.0.0-alpha01
Not(schema: A2uiSchema)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

schema

Added in 1.0.0-alpha01
val schemaA2uiSchema

subschema that the instance must not match