DirectiveValueParser

scala.build.directives.DirectiveValueParser
See theDirectiveValueParser companion object
abstract class DirectiveValueParser[+T]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

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

Concrete methods

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