MatchFilter

sealed abstract class MatchFilter(val variable: EName, val matchAny: Boolean) extends Filter
trait Filter
trait Resource
class Object
trait Matchable
class Any

Value members

Inherited methods

def idOption: Option[String]
Inherited from
Resource

Concrete fields

val matchAny: Boolean
val variable: EName