o

sbt.std

InputWrapper

object InputWrapper

Implementation detail. The wrap methods temporarily hold inputs (as a Tree, at compile time) until a task or setting macro processes it.

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def inputTaskValueMacroImpl[T](c: Context)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[InputTask[T]]
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def previousMacroImpl[T](c: Context)(format: scala.reflect.macros.blackbox.Context.Expr[JsonFormat[T]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Option[T]]

    Translates <task: TaskKey[T]>.previous(format) to Previous.runtime(<task>)(format).value

  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def taskValueMacroImpl[T](c: Context)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Task[T]]
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. def valueMacroImpl[T](c: Context)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[T]
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. def wrapImpl[T, S <: Singleton](c: Context, s: S, wrapName: String)(ts: scala.reflect.macros.blackbox.Context.Expr[Any], pos: scala.reflect.macros.blackbox.Context.Position)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T], it: scala.reflect.macros.blackbox.Context.TypeTag[s.type]): scala.reflect.macros.blackbox.Context.Expr[T]

    Wraps an arbitrary Tree in a call to the <s>.<wrapName> method of this module for later processing by an enclosing macro.

    Wraps an arbitrary Tree in a call to the <s>.<wrapName> method of this module for later processing by an enclosing macro. The resulting Tree is the manually constructed version of:

    c.universe.reify { <s>.<wrapName>[T](ts.splice) }

  25. def wrapInitInputTask_☃☃[T](in: Any): T
    Annotations
    @compileTimeOnly( ... )
  26. def wrapInitTask_☃☃[T](in: Any): T
    Annotations
    @compileTimeOnly( ... )
  27. def wrapInit_☃☃[T](in: Any): T
    Annotations
    @compileTimeOnly( ... )
  28. def wrapInputTask_☃☃[T](in: Any): T
    Annotations
    @compileTimeOnly( ... )
  29. def wrapPrevious_☃☃[T](in: Any): T
    Annotations
    @compileTimeOnly( ... )
  30. def wrapTask_☃☃[T](in: Any): T
    Annotations
    @compileTimeOnly( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped