Skeleton

fs2.data.pattern.Skeleton$
See theSkeleton companion trait
object Skeleton

Attributes

Companion:
trait
Source:
Skeleton.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]], hasGuard: Boolean) extends Skeleton[Expr, Tag]

Attributes

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

Attributes

Source:
Skeleton.scala
Graph
Supertypes
trait Product
trait Equals
trait Skeleton[Expr, Tag]
class Object
trait Matchable
class Any
case class Wildcard[Expr, Tag](hasGuard: Boolean) extends Skeleton[Expr, Tag]

Attributes

Source:
Skeleton.scala
Graph
Supertypes
trait Product
trait Equals
trait Skeleton[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): Skeleton[Expr, Tag]

Attributes

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

Attributes

Source:
Skeleton.scala