object Reader extends LowPrioReaders

Linear Supertypes
LowPrioReaders, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reader
  2. LowPrioReaders
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait BashCompleter extends AnyRef
  2. case class Error(message: String) extends Result[Nothing] with Product with Serializable
  3. trait FsPathReader[A] extends Reader[A]
  4. sealed trait Result[+A] extends AnyRef
  5. case class Success[A](value: A) extends Result[A] with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def CollectionReader[Elem, Col[Elem] <: Iterable[Elem]](implicit elementReader: Reader[Elem], factory: Factory[Elem, Col[Elem]]): Reader[Col[Elem]]
    Definition Classes
    LowPrioReaders
  5. implicit def FilePathCollectionReader[Col <: Iterable[FilePath]](implicit factory: Factory[FilePath, Col]): Reader[Col]
  6. implicit def IntegralReader[N](implicit numeric: Integral[N]): Reader[N]
  7. implicit def JFileCollectionReader[Col <: Iterable[File]](implicit factory: Factory[File, Col]): Reader[Col]
  8. implicit def JPathCollectionReader[Col <: Iterable[Path]](implicit factory: Factory[Path, Col]): Reader[Col]
  9. implicit def Mapping[K, V](implicit kr: Reader[K], vr: Reader[V]): Reader[(K, V)]
  10. implicit def OptionReader[A](implicit elementReader: Reader[A]): Reader[Option[A]]
  11. implicit def PathCollectionReader[Col <: Iterable[Path]](implicit factory: Factory[Path, Col]): Reader[Col]
  12. implicit def RelPathCollectionReader[Col <: Iterable[RelPath]](implicit factory: Factory[RelPath, Col]): Reader[Col]
  13. implicit def SubPathCollectionReader[Col <: Iterable[SubPath]](implicit factory: Factory[SubPath, Col]): Reader[Col]
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val pathCompleter: (String) => Seq[String]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. object BashCompleter
  32. implicit object BooleanReader extends Reader[Boolean]
  33. implicit object DoubleReader extends Reader[Double]
  34. implicit object DurationReader extends Reader[Duration]
  35. implicit object FilePathReader extends FsPathReader[FilePath]
  36. implicit object FiniteDurationReader extends Reader[FiniteDuration]
  37. implicit object FloatReader extends Reader[Float]
  38. implicit object InputStreamReader extends Reader[() => InputStream]
  39. implicit object InstantReader extends Reader[Instant]
  40. implicit object JavaFileReader extends FsPathReader[File]
  41. implicit object JavaPathReader extends FsPathReader[Path]
  42. implicit object LocalDateReader extends Reader[LocalDate]
  43. implicit object LocalDateTimeReader extends Reader[LocalDateTime]
  44. implicit object LocalTime extends Reader[LocalTime]
  45. implicit object OutputStreamReader extends Reader[() => OutputStream]
  46. implicit object PathReader extends FsPathReader[Path]
  47. implicit object RangeReader extends Reader[Range]
  48. implicit object ReadableReader extends Reader[Readable]
  49. implicit object RelPathReader extends FsPathReader[RelPath]
  50. implicit object StringReader extends Reader[String]
  51. implicit object SubPathReader extends FsPathReader[SubPath]
  52. implicit object ZonedDateTimeReader extends Reader[ZonedDateTime]

Inherited from LowPrioReaders

Inherited from AnyRef

Inherited from Any

Ungrouped