IntRead

object IntRead extends Simple[Int]
trait Simple[Int]
trait ShortNamed[Int]
trait Terminal[Int]
trait TokensReader[Int]
class Object
trait Matchable
class Any
IntRead.type

Value members

Concrete methods

def read(strs: Seq[String]): Either[String, Int]
def shortName: String

Inherited methods

def allowEmpty: Boolean

Whether this CLI param can be no passed from the CLI, even if a default value is not specified. In that case, read receives an empty Seq

Whether this CLI param can be no passed from the CLI, even if a default value is not specified. In that case, read receives an empty Seq

Inherited from:
Simple
def alwaysRepeatable: Boolean

Whether is CLI param is repeatable

Whether is CLI param is repeatable

Inherited from:
Simple
def isClass: Boolean
Inherited from:
TokensReader
def isConstant: Boolean
Inherited from:
TokensReader
def isFlag: Boolean
Inherited from:
TokensReader
def isLeftover: Boolean
Inherited from:
TokensReader
override def isSimple: Boolean
Definition Classes
Inherited from:
Simple