DirectiveSingleValueParser

scala.cli.directivehandler.DirectiveValueParser$.DirectiveSingleValueParser
abstract class DirectiveSingleValueParser[+T] extends DirectiveValueParser[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Implicitly added by list
Implicitly added by positioned

Concrete methods

final def map[U](f: T => U): DirectiveValueParser[U]
Implicitly added by list
final def parse(values: Seq[Value[_]], scopePath: ScopePath, path: Either[String, Path]): Either[DirectiveException, T]
Implicitly added by positioned
final def parse(values: Seq[Value[_]], scopePath: ScopePath, path: Either[String, Path]): Either[DirectiveException, T]

Inherited methods

final def map[U](f: T => U): DirectiveValueParser[U]
Implicitly added by positioned

Attributes

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

Attributes

Inherited from:
DirectiveValueParser
Implicitly added by positioned

Attributes

Inherited from:
DirectiveValueParser