Comparable

annotation class Comparable

Annotates a parameter (Prop, TreeProp or State) indicating what kind of equivalence should be used in the "isEquivalentTo" call.

Types

Link copied to clipboard
annotation class Type

Properties

Link copied to clipboard
val ARRAY: Int = 2
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val COMPONENT: Int = 10
Link copied to clipboard
val DOUBLE: Int = 1
Link copied to clipboard
val EVENT_HANDLER: Int = 11
Link copied to clipboard
val FLOAT: Int = 0
Link copied to clipboard
val OTHER: Int = 13
Link copied to clipboard
val PRIMITIVE: Int = 3
Link copied to clipboard
val SECTION: Int = 15
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
abstract fun type(): Int