DirectiveValueParser

scala.build.directives.DirectiveValueParser$
See theDirectiveValueParser companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

abstract class DirectiveSingleValueParser[+T] extends DirectiveValueParser[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final case class MaybeNumericalString(value: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class WithScopePath[+T](scopePath: ScopePath, value: T)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Extensions

Extensions

extension (value: Value[_])
def asBoolean: Option[Boolean]
def asNum: Option[String]
def asString: Option[String]
def isBoolean: Boolean
def isEmpty: Boolean
def isString: Boolean
def position(path: Either[String, Path]): Position