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

Value members

Abstract methods

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

Concrete methods

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