fs2.data.pfsa

Members list

Concise view

Type members

Classlikes

trait Candidate[Set, C]

Attributes

Source:
Candidate.scala
Graph
Supertypes
class Object
trait Matchable
class Any
trait Pred[P, Elt]

A typeclass for predicates, that can be combined together.

A typeclass for predicates, that can be combined together.

Attributes

Companion:
object
Source:
Pred.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object Pred

Attributes

Companion:
trait
Source:
Pred.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Pred.type
sealed abstract class Regular[CharSet]

Simple regular language with character sets. This allows to model simple query languages (think XPath or JsonPath) and derive DFA out of it.

Simple regular language with character sets. This allows to model simple query languages (think XPath or JsonPath) and derive DFA out of it.

Attributes

Companion:
object
Source:
Regular.scala
Graph
Supertypes
class Object
trait Matchable
class Any
object Regular

Attributes

Companion:
class
Source:
Regular.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Regular.type