Packages

object Converted

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Converted
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Failure[C <: Context with Singleton](position: C.Position, message: String) extends Converted[C] with Product with Serializable
  2. final class NotApplicable[C <: Context with Singleton] extends Converted[C]
  3. final case class Success[C <: Context with Singleton](tree: C.Tree, finalTransform: (C.Tree) ⇒ C.Tree) extends Converted[C] with Product with Serializable

Value Members

  1. def NotApplicable[C <: Context with Singleton]: NotApplicable[C]
  2. object Success extends Serializable