RegexIndexFilter

org.plasmalabs.indexer.services.IndexFilter.Filter.RegexIndexFilter
final case class RegexIndexFilter(value: String) extends Filter

Attributes

Graph
Supertypes
trait Filter
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = String

Value members

Concrete methods

override def isRegexIndexFilter: Boolean

Attributes

Definition Classes
override def number: Int

Attributes

Definition Classes
GeneratedOneof
override def regexIndexFilter: Option[String]

Attributes

Definition Classes

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
Filter
def isEmpty: Boolean

Attributes

Inherited from:
Filter
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof