NameQualifier

data class NameQualifier(val name: String) : Qualifier

A qualifier that is based on a string. You can also use named to construct name qualifiers in a more DSL-ish approach.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

The name for this qualifier.

Extensions

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

Combines this qualifier with the other.