Tags

class Tags

Constructors

Link copied to clipboard
fun Tags(tag: String)
Link copied to clipboard
fun Tags(tag: Tag)
Link copied to clipboard
fun Tags(clazz: Class<*>)

Functions

Link copied to clipboard
fun add(tag: Tag): Tags
fun add(clazz: Class<*>): Tags
fun add(tag: String): Tags
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val tags: MutableSet<String>