object
TaskData extends AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
val
DefaultDataID: String
-
def
apply[I, O](readFrom: Scoped, id: String = DefaultDataID)(f: (State, I) ⇒ O)(default: ⇒ I)(implicit fmt: Format[I]): Initialize[(State) ⇒ O]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
dataStreams[T](structure: BuildStructure, reader: sbt.Project.ScopedKey[_], readFrom: sbt.AttributeKey[_])(f: (TaskStreams, sbt.Project.ScopedKey[_]) ⇒ T): Option[T]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
readData[T](structure: BuildStructure, reader: sbt.Project.ScopedKey[_], readFrom: sbt.AttributeKey[_], id: String)(implicit f: Format[T]): Option[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
write[T](i: Initialize[Task[T]], id: String)(implicit f: Format[T]): Initialize[Task[T]]
-
def
writeRelated[T, S](i: Initialize[Task[T]], id: String)(convert: (T) ⇒ S)(implicit f: Format[S]): Initialize[Task[T]]
Inherited from AnyRef
Inherited from Any
(Since version 0.11.1) Superseded by task state system.