RawSkeleton

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

Attributes

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

Members list

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
Supertypes
trait Serializable
trait Product
trait Equals
trait RawSkeleton[Expr, Tag]
class Object
trait Matchable
class Any
Show all
case class Wildcard[Expr, Tag](guard: Option[Expr]) extends RawSkeleton[Expr, Tag]

Attributes

Source
RawSkeleton.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait RawSkeleton[Expr, Tag]
class Object
trait Matchable
class Any
Show all

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