StandardStringReaders

clam.core.StandardStringReaders

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Classlikes

object LocalDateReader extends StringReader[LocalDate]

Attributes

Graph
Supertypes
trait StringReader[LocalDate]
class Object
trait Matchable
class Any
Self type
object LocalDateTimeReader extends StringReader[LocalDateTime]

Attributes

Graph
Supertypes
trait StringReader[LocalDateTime]
class Object
trait Matchable
class Any
Self type
object LocalTime extends StringReader[LocalTime]

Attributes

Graph
Supertypes
trait StringReader[LocalTime]
class Object
trait Matchable
class Any
Self type
object RangeReader extends StringReader[Range]

Attributes

Graph
Supertypes
trait StringReader[Range]
class Object
trait Matchable
class Any
Self type
object absPathReader extends StringReader[Path]

Attributes

Graph
Supertypes
trait StringReader[Path]
class Object
trait Matchable
class Any
Self type
object booleanReader extends StringReader[Boolean]

Attributes

Graph
Supertypes
trait StringReader[Boolean]
class Object
trait Matchable
class Any
Self type
object doubleReader extends StringReader[Double]

Attributes

Graph
Supertypes
trait StringReader[Double]
class Object
trait Matchable
class Any
Self type
object durationReader extends StringReader[Duration]

Attributes

Graph
Supertypes
trait StringReader[Duration]
class Object
trait Matchable
class Any
Self type
object finiteDurationReader extends StringReader[FiniteDuration]

Attributes

Graph
Supertypes
trait StringReader[FiniteDuration]
class Object
trait Matchable
class Any
Self type
object floatReader extends StringReader[Float]

Attributes

Graph
Supertypes
trait StringReader[Float]
class Object
trait Matchable
class Any
Self type
object instantReader extends StringReader[Instant]

Attributes

Graph
Supertypes
trait StringReader[Instant]
class Object
trait Matchable
class Any
Self type
object jFileReader extends StringReader[File]

Attributes

Graph
Supertypes
trait StringReader[File]
class Object
trait Matchable
class Any
Self type
object jPathReader extends StringReader[Path]

Attributes

Graph
Supertypes
trait StringReader[Path]
class Object
trait Matchable
class Any
Self type
object pathReader extends StringReader[FilePath]

Attributes

Graph
Supertypes
trait StringReader[FilePath]
class Object
trait Matchable
class Any
Self type
object relPathReader extends StringReader[RelPath]

Attributes

Graph
Supertypes
trait StringReader[RelPath]
class Object
trait Matchable
class Any
Self type
object stringReader extends StringReader[String]

Attributes

Graph
Supertypes
trait StringReader[String]
class Object
trait Matchable
class Any
Self type
object subPathReader extends StringReader[SubPath]

Attributes

Graph
Supertypes
trait StringReader[SubPath]
class Object
trait Matchable
class Any
Self type
object zonedDateTimeReader extends StringReader[ZonedDateTime]

Attributes

Graph
Supertypes
trait StringReader[ZonedDateTime]
class Object
trait Matchable
class Any
Self type

Inherited classlikes

Attributes

Inherited from:
StringReaderApi
Graph
Supertypes
class Object
trait Matchable
class Any
trait StringReader[A]

Attributes

Inherited from:
StringReaderApi
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object LocalDateReader.type
object LocalTime.type
object RangeReader.type
object absPathReader.type
object booleanReader.type
object doubleReader.type
object durationReader.type
object floatReader.type
object instantReader.type
object jFileReader.type
object jPathReader.type
object pathReader.type
object relPathReader.type
object stringReader.type
object subPathReader.type

Givens

Givens

given LocalTime: LocalTime.type
given integralReader[N](using n: Integral[N]): integralReader[N]
given optionReader[A](using elementReader: StringReader[A]): optionReader[A]
given tupleReader[K, V](using kr: StringReader[K], vr: StringReader[V]): tupleReader[K, V]

Inherited givens

given collectionReader[Elem, Col <: (Iterable)](using elementReader: StringReader[Elem], factory: Factory[Elem, Col[Elem]]): collectionReader[Elem, Col]

Attributes

Inherited from:
LowPrioStringReaders