Read

trait Read[A]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

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

Concrete methods

def map[B](f: A => B): Read[B]
Implicitly added by seqRead
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]
def tokensToRead: Int
Implicitly added by seqRead
def tokensToRead: Int
Implicitly added by immutableSeqRead
def tokensToRead: Int
Implicitly added by optionRead
def tokensToRead: Int