ConstructorTree

fs2.data.pattern.ConstructorTree
See theConstructorTree companion object
case class ConstructorTree[Tag](tag: Tag, args: List[ConstructorTree[Tag]])

Attributes

Companion:
object
Source:
Selectable.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def select[Expr](sel: Selector[Expr, Tag])(implicit evaluator: Evaluator[Expr, Tag]): Option[ConstructorTree[Tag]]

Attributes

Source:
Selectable.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product