BarMatcher

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
class Id(uuid: UUID) : BarMatcher
Link copied to clipboard
class Index(index: Int) : BarMatcher
Link copied to clipboard
class Origin(origin: BarOrigin) : BarMatcher
Link copied to clipboard
class Text(regex: Regex) : BarMatcher

Functions

Link copied to clipboard
abstract fun test(info: BarMatchInfo): Boolean