Scalax
|
|
scalax/io/CommandLineParser.scala
]
abstract
class
OptionType[A]
extends
OptionSpecMethod Summary | |
abstract def
|
parse (value : java.lang.String) : Bistate[OptionValue[A], java.lang.String] |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Methods inherited from OptionSpec | |
shortName (abstract), longName (abstract), description (abstract), allow (abstract) |
Method Details |
Scalax
|
|