Packages

object unlifters

Full support for unliftable implies that it's possible to interleave deconstruction with higher rank and unlifting of the values. In particular extraction of List[Tree] as List[T: Unliftable] requires helper extractors that would do the job: UnliftListElementwise[T]. Similarly List[List[Tree]] needs UnliftListOfListsElementwise[T].

See also "unlift list" tests in UnapplyProps.scala

Source
Holes.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. unlifters
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def preamble(): List[tools.nsc.Global.Tree]
  2. def spawn(tpe: tools.nsc.Global.Type, rank: Rank): Option[tools.nsc.Global.Tree]