fs2.data.pfsa

package fs2.data.pfsa

Members list

Type members

Classlikes

trait Candidate[Set, C]

Attributes

Source
Candidate.scala
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
Supertypes
class Object
trait Matchable
class Any
object Pred

Attributes

Companion
trait
Source
Pred.scala
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
Supertypes
class Object
trait Matchable
class Any
object Regular

Attributes

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