DirectiveSingleValueParser

scala.build.directives.DirectiveValueParser.DirectiveSingleValueParser
abstract class DirectiveSingleValueParser[+T] extends DirectiveValueParser[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def parseValue(key: String, value: Value[_], cwd: ScopePath, path: Either[String, Path]): Either[BuildException, T]

Concrete methods

final def parse(key: String, values: Seq[Value[_]], scopePath: ScopePath, path: Either[String, Path]): Either[BuildException, T]

Inherited methods

final def map[U](f: T => U): DirectiveValueParser[U]

Attributes

Inherited from:
DirectiveValueParser