Regular

fs2.data.pfsa.Regular$
See theRegular companion class
object Regular

Attributes

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

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def any[CharSet](implicit CharSet: Pred[CharSet, _]): Regular[CharSet]

Attributes

Source
Regular.scala
def chars[CharSet](cs: CharSet): Regular[CharSet]

Attributes

Source
Regular.scala
def empty[CharSet](implicit CharSet: Pred[CharSet, _]): Regular[CharSet]

Attributes

Source
Regular.scala
def epsilon[CharSet]: Regular[CharSet]

Attributes

Source
Regular.scala

Implicits

Implicits

implicit def eq[CharSet : Eq]: Eq[Regular[CharSet]]

Attributes

Source
Regular.scala
implicit def pred[CharSet : Eq, C](implicit evidence$2: Eq[CharSet], CharSet: Pred[CharSet, C]): Pred[Regular[CharSet], C]

Attributes

Source
Regular.scala
implicit def show[CS : Show]: Show[Regular[CS]]

Attributes

Source
Regular.scala