Taskable

sbt.Taskable
See theTaskable companion trait
object Taskable extends TaskableImplicits

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Taskable.type

Members list

Implicits

Implicits

implicit def fromITask[A](x: Initialize[Task[A]]): Taskable[A]

Inherited implicits

implicit def fromInit[A](x: Initialize[A]): Taskable[A]

Attributes

Inherited from:
TaskableImplicits