ParsedValue

sbt.internal.Act$.ParsedValue
final class ParsedValue[T](val value: T) extends ParsedAxis[T]

Attributes

Graph
Supertypes
trait ParsedAxis[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

final def isExplicit: Boolean

Attributes

Inherited from:
ParsedAxis

Concrete fields

val value: T