o

sbt.std

PlainTaskMacro

object PlainTaskMacro

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

Value Members

  1. macro def task[T](t: T): Task[T]
  2. macro def taskDyn[T](t: Task[T]): Task[T]
  3. def taskDynImpl[T](c: Context)(t: scala.reflect.macros.blackbox.Context.Expr[Task[T]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Task[T]]
  4. def taskImpl[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[Task[T]]