Packages

implicit class TermScala[U <: Term with Subs[U]] extends AnyRef

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TermScala
  2. AnyRef
  3. Any
Implicitly
  1. by ScalaTerm
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TermScala(term: U)

Type Members

  1. type Rep[W] = ScalaRep[U, W]

Value Members

  1. def as[W](implicit arg0: Rep[W]): Option[W]
  2. def term: U
    Implicit
    This member is added by an implicit conversion from TermScala[U] toScalaTerm[U, TermScala[U]] performed by method ScalaTerm in provingground.scalahott.ScalaRep.This conversion will take place only if an implicit value of type ScalaRep[U, TermScala[U]] is in scope.
    Definition Classes
    ScalaTerm