scala.cli.directivehandler.DirectiveValueParser$
See theDirectiveValueParser companion class
object DirectiveValueParser
Attributes
- Companion
- class
- Graph
-
- Supertypes
- Self type
-
DirectiveValueParser.type
Members list
Type members
Classlikes
abstract class DirectiveSingleValueParser[+T] extends DirectiveValueParser[T]
Attributes
- Supertypes
final implicit class DirectiveValueParserValueOps(value: Value[_]) extends AnyVal
Attributes
- Supertypes
-
class AnyValtrait Matchableclass Any
Attributes
- Supertypes
Attributes
- Companion
- object
- Supertypes
object WithScopePath
Attributes
- Companion
- class
- Supertypes
- Self type
-
WithScopePath.type
Implicits
Implicits
implicit def list[T](implicit underlying: DirectiveSingleValueParser[T]): DirectiveValueParser[List[T]]
implicit def option[T](implicit underlying: DirectiveValueParser[T]): DirectiveValueParser[Option[T]]
implicit def positioned[T](implicit underlying: DirectiveSingleValueParser[T]): DirectiveSingleValueParser[Positioned[T]]
implicit def withScopePath[T](implicit underlying: DirectiveValueParser[T]): DirectiveValueParser[WithScopePath[T]]
In this article