data class Tags
<init> |
Tags(included: Set<Tag>, excluded: Set<Tag>) |
excluded |
val excluded: Set<Tag> |
included |
val included: Set<Tag> |
combine |
fun combine(other: Tags): Tags |
isActive |
fun isActive(tag: Tag): Booleanfun isActive(tags: Set<Tag>): Boolean |
Empty |
val Empty: Tags |
exclude |
fun exclude(vararg tags: Tag): Tags |
include |
fun include(vararg tags: Tag): Tags |