Qualifier

interface Qualifier

Qualifiers are simple objects that can be used within Identifier objects to provide additional differentiators between two same-type objects or components.

There are two built-in kinds of qualifiers:

Functions

Link copied to clipboard
abstract operator override fun equals(other: Any?): Boolean
Link copied to clipboard
abstract override fun hashCode(): Int
Link copied to clipboard
abstract override fun toString(): String

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard
operator fun Qualifier.plus(other: Qualifier): Qualifier

Combines this qualifier with the other.