Read

scopt.Read
See theRead companion object
trait Read[A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Read[A]

Members list

Value members

Abstract methods

def arity: Int
Implicitly added by immutableSeqRead
def arity: Int
Implicitly added by optionRead
def arity: Int
Implicitly added by seqRead
def arity: Int
def reads: String => A
Implicitly added by immutableSeqRead
def reads: String => A
Implicitly added by optionRead
def reads: String => A
Implicitly added by seqRead
def reads: String => A

Concrete methods

def map[B](f: A => B): Read[B]
Implicitly added by immutableSeqRead
def map[B](f: A => B): Read[B]
Implicitly added by optionRead
def map[B](f: A => B): Read[B]
Implicitly added by seqRead
def map[B](f: A => B): Read[B]
def tokensToRead: Int
Implicitly added by immutableSeqRead
def tokensToRead: Int
Implicitly added by optionRead
def tokensToRead: Int
Implicitly added by seqRead
def tokensToRead: Int