DirectiveValueParser

scala.build.directives.DirectiveValueParser
See theDirectiveValueParser companion class

Attributes

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

Members list

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object WithScopePath

Attributes

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

Extensions

Extensions

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