o

sbt.std

TaskMacro

object TaskMacro

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

Value Members

  1. final val Append1InitName: String("append1")
  2. final val AppendNInitName: String("appendN")
  3. final val AssignInitName: String("set")
  4. final val InputTaskCreateDynName: String("createDyn")
  5. final val InputTaskCreateFreeName: String("createFree")
  6. final val Remove1InitName: String("remove1")
  7. final val RemoveNInitName: String("removeN")
  8. final val TransformInitName: String("transform")
  9. final val append1Migration: String("`<+=` operator is removed. Try `lhs += { x.value }`\n or see https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html.")
  10. final val appendNMigration: String("`<++=` operator is removed. Try `lhs ++= { x.value }`\n or see https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html.")
  11. final val assignMigration: String
  12. def fakeItaskAssignPosition[T](c: Context)(app: scala.reflect.macros.blackbox.Context.Expr[Def.Initialize[Task[T]]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[Task[T]]]
  13. def fakeSettingAppend1Position[S, V](c: Context)(v: scala.reflect.macros.blackbox.Context.Expr[Def.Initialize[V]])(a: scala.reflect.macros.blackbox.Context.Expr[Append.Value[S, V]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[S], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[V]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[S]]
  14. def fakeSettingAppendNPosition[S, V](c: Context)(vs: scala.reflect.macros.blackbox.Context.Expr[Def.Initialize[V]])(a: scala.reflect.macros.blackbox.Context.Expr[Values[S, V]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[S], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[V]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[S]]
  15. def fakeSettingAssignPosition[T](c: Context)(app: scala.reflect.macros.blackbox.Context.Expr[Def.Initialize[T]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[T]]
  16. def fakeTaskAppend1Position[S, V](c: Context)(v: scala.reflect.macros.blackbox.Context.Expr[Def.Initialize[Task[V]]])(a: scala.reflect.macros.blackbox.Context.Expr[Append.Value[S, V]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[S], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[V]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[Task[S]]]
  17. def fakeTaskAppendNPosition[S, V](c: Context)(vs: scala.reflect.macros.blackbox.Context.Expr[Def.Initialize[Task[V]]])(a: scala.reflect.macros.blackbox.Context.Expr[Values[S, V]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[S], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[V]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[Task[S]]]
  18. def inputTaskAssignMacroImpl[T](c: Context)(v: scala.reflect.macros.blackbox.Context.Expr[T])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[InputTask[T]]]

    Implementation of := macro for tasks.

  19. def inputTaskDynMacroImpl[T](c: Context)(t: scala.reflect.macros.blackbox.Context.Expr[Def.Initialize[Task[T]]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Def.Initialize[InputTask[T]]]
  20. def inputTaskMacroImpl[T](c: Context)(t: scala.reflect.macros.blackbox.Context.Expr[T])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Def.Initialize[InputTask[T]]]
  21. def itaskAssignPosition[T](c: Context)(app: scala.reflect.macros.blackbox.Context.Expr[Def.Initialize[Task[T]]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[Task[T]]]
  22. def itaskTransformPosition[S](c: Context)(f: scala.reflect.macros.blackbox.Context.Expr[(S) ⇒ S])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[S]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[S]]
  23. def mkIfS[A](c: Context)(cond: scala.reflect.macros.blackbox.Context.Tree, thenp: scala.reflect.macros.blackbox.Context.Tree, elsep: scala.reflect.macros.blackbox.Context.Tree)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A]): scala.reflect.macros.blackbox.Context.Tree
  24. def settingAppend1Impl[T, U](c: Context)(v: scala.reflect.macros.blackbox.Context.Expr[U])(a: scala.reflect.macros.blackbox.Context.Expr[Append.Value[T, U]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[U]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[T]]

    Implementation of += macro for settings.

  25. def settingAppendNImpl[T, U](c: Context)(vs: scala.reflect.macros.blackbox.Context.Expr[U])(a: scala.reflect.macros.blackbox.Context.Expr[Values[T, U]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[U]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[T]]

    Implementation of ++= macro for settings.

  26. def settingAssignMacroImpl[T](c: Context)(v: scala.reflect.macros.blackbox.Context.Expr[T])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[T]]

    Implementation of := macro for settings.

  27. def settingAssignPosition[T](c: Context)(app: scala.reflect.macros.blackbox.Context.Expr[Def.Initialize[T]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[T]]
  28. def settingAssignPure[T](c: Context)(app: scala.reflect.macros.blackbox.Context.Expr[T])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[T]]
  29. def settingRemove1Impl[T, U](c: Context)(v: scala.reflect.macros.blackbox.Context.Expr[U])(r: scala.reflect.macros.blackbox.Context.Expr[Remove.Value[T, U]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[U]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[T]]

    Implementation of -= macro for settings.

  30. def settingRemoveNImpl[T, U](c: Context)(vs: scala.reflect.macros.blackbox.Context.Expr[U])(r: scala.reflect.macros.blackbox.Context.Expr[Values[T, U]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[U]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[T]]

    Implementation of --= macro for settings.

  31. def settingTransformPosition[S](c: Context)(f: scala.reflect.macros.blackbox.Context.Expr[(S) ⇒ S])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[S]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[S]]
  32. def taskAppend1Impl[T, U](c: Context)(v: scala.reflect.macros.blackbox.Context.Expr[U])(a: scala.reflect.macros.blackbox.Context.Expr[Append.Value[T, U]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[U]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[Task[T]]]

    Implementation of += macro for tasks.

  33. def taskAppendNImpl[T, U](c: Context)(vs: scala.reflect.macros.blackbox.Context.Expr[U])(a: scala.reflect.macros.blackbox.Context.Expr[Values[T, U]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[U]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[Task[T]]]

    Implementation of ++= macro for tasks.

  34. def taskAssignMacroImpl[T](c: Context)(v: scala.reflect.macros.blackbox.Context.Expr[T])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[Task[T]]]

    Implementation of := macro for tasks.

  35. def taskAssignPositionPure[T](c: Context)(app: scala.reflect.macros.blackbox.Context.Expr[T])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[Task[T]]]
  36. def taskAssignPositionT[T](c: Context)(app: scala.reflect.macros.blackbox.Context.Expr[Task[T]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[Task[T]]]
  37. def taskDynMacroImpl[T](c: Context)(t: scala.reflect.macros.blackbox.Context.Expr[Def.Initialize[Task[T]]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Def.Initialize[Task[T]]]
  38. def taskIfMacroImpl[A](c: Context)(a: scala.reflect.macros.blackbox.Context.Expr[A])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[A]): scala.reflect.macros.blackbox.Context.Expr[Def.Initialize[Task[A]]]
  39. def taskMacroImpl[T](c: Context)(t: scala.reflect.macros.blackbox.Context.Expr[T])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Def.Initialize[Task[T]]]
  40. def taskRemove1Impl[T, U](c: Context)(v: scala.reflect.macros.blackbox.Context.Expr[U])(r: scala.reflect.macros.blackbox.Context.Expr[Remove.Value[T, U]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[U]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[Task[T]]]

    Implementation of -= macro for tasks.

  41. def taskRemoveNImpl[T, U](c: Context)(vs: scala.reflect.macros.blackbox.Context.Expr[U])(r: scala.reflect.macros.blackbox.Context.Expr[Values[T, U]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[U]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[Task[T]]]

    Implementation of --= macro for tasks.

  42. def taskTransformPosition[S](c: Context)(f: scala.reflect.macros.blackbox.Context.Expr[(S) ⇒ S])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[S]): scala.reflect.macros.blackbox.Context.Expr[Def.Setting[Task[S]]]