ByRegex

fabric.search.ByRegex
See theByRegex companion object
final case class ByRegex(regex: Regex) extends AnyVal, SearchEntry

Attributes

Companion
object
Source
ByRegex.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SearchEntry
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def search(json: Json, entries: List[SearchEntry], jsonPath: JsonPath): List[JsonPath]

Attributes

Definition Classes
Source
ByRegex.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product