InputTask

sbt.internal.util.KeyTag.InputTask
final case class InputTask[A](typeArg: Class[_]) extends KeyTag[A]

Members list

Value members

Inherited methods

def isSetting: Boolean

Attributes

Inherited from:
KeyTag
def isTaskOrInputTask: Boolean

Attributes

Inherited from:
KeyTag
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
KeyTag -> Any
Inherited from:
KeyTag