object FromString
- Source
- FromString.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FromString
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
ArgumentsFromString: FromString[List[String]]
Argument expander, i.e.
Argument expander, i.e. turns single argument "foo bar baz" into argument list "foo", "bar", "baz".
-
val
ExistingDir: FromString[Directory]
Path related stringifiers.
- def ExistingDirRelativeTo(root: Directory): FromString[Directory]
-
implicit
val
IntFromString: FromString[Int]
Implicit as the most likely to be useful as-is.
-
implicit
val
StringFromString: FromString[String]
Identity.
The Scala compiler and reflection APIs.