ArgParser

trait ArgParser[T]
class Object
trait Matchable
class Any

Value members

Abstract methods

def parse(s: String): Either[String, T]