RawSkeleton

fs2.data.pattern.RawSkeleton$
See theRawSkeleton companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

case class Constructor[Expr, Tag](tag: Tag, args: List[RawSkeleton[Expr, Tag]], guard: Option[Expr]) extends RawSkeleton[Expr, Tag]

Attributes

Source:
RawSkeleton.scala
Graph
Supertypes
trait Product
trait Equals
trait RawSkeleton[Expr, Tag]
class Object
trait Matchable
class Any
case class Wildcard[Expr, Tag](guard: Option[Expr]) extends RawSkeleton[Expr, Tag]

Attributes

Source:
RawSkeleton.scala
Graph
Supertypes
trait Product
trait Equals
trait RawSkeleton[Expr, Tag]
class Object
trait Matchable
class Any

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 noArgConstructor[Expr, Tag](tag: Tag): RawSkeleton[Expr, Tag]

Attributes

Source:
RawSkeleton.scala
def wildcard[Expr, Tag]: RawSkeleton[Expr, Tag]

Attributes

Source:
RawSkeleton.scala