NameWithin

data class NameWithin(val values: List<String>) : PredicateUtils.NameMatch

Constructors

Link copied to clipboard
constructor(values: List<String>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun matches(actual: String): Boolean