t

argparse.core

ReadersApi

trait ReadersApi extends LowPrioReaders

Self Type
ReadersApi with TypesApi
Linear Supertypes
LowPrioReaders, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadersApi
  2. LowPrioReaders
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait FsPathReader[A] extends (ReadersApi.this)#Reader[A]

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: (ReadersApi.this)#Reader[Elem], factory: Factory[Elem, Col[Elem]]): (ReadersApi.this)#Reader[Col[Elem]]
    Definition Classes
    LowPrioReaders
  5. implicit def FilePathCollectionReader[Col <: Iterable[FilePath]](implicit factory: Factory[FilePath, Col], pathReader: (ReadersApi.this)#Reader[FilePath]): (ReadersApi.this)#Reader[Col]
  6. implicit def IntegralReader[N](implicit numeric: Integral[N]): (ReadersApi.this)#Reader[N]
  7. implicit def JFileCollectionReader[Col <: Iterable[File]](implicit factory: Factory[File, Col], pathReader: (ReadersApi.this)#Reader[File]): (ReadersApi.this)#Reader[Col]
  8. implicit def JPathCollectionReader[Col <: Iterable[Path]](implicit factory: Factory[Path, Col], pathReader: (ReadersApi.this)#Reader[Path]): (ReadersApi.this)#Reader[Col]
  9. implicit def Mapping[K, V](implicit kr: (ReadersApi.this)#Reader[K], vr: (ReadersApi.this)#Reader[V]): (ReadersApi.this)#Reader[(K, V)]
  10. implicit def OptionReader[A](implicit elementReader: (ReadersApi.this)#Reader[A]): (ReadersApi.this)#Reader[Option[A]]
  11. implicit def PathCollectionReader[Col <: Iterable[Path]](implicit factory: Factory[Path, Col], pathReader: (ReadersApi.this)#Reader[Path]): (ReadersApi.this)#Reader[Col]
  12. implicit def RelPathCollectionReader[Col <: Iterable[RelPath]](implicit factory: Factory[RelPath, Col], pathReader: (ReadersApi.this)#Reader[RelPath]): (ReadersApi.this)#Reader[Col]
  13. implicit def SubPathCollectionReader[Col <: Iterable[SubPath]](implicit factory: Factory[SubPath, Col], pathReader: (ReadersApi.this)#Reader[SubPath]): (ReadersApi.this)#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. implicit object BooleanReader extends (ReadersApi.this)#Reader[Boolean]
  32. implicit object DoubleReader extends (ReadersApi.this)#Reader[Double]
  33. implicit object DurationReader extends (ReadersApi.this)#Reader[Duration]
  34. implicit object FilePathReader extends (ReadersApi.this)#FsPathReader[FilePath]
  35. implicit object FiniteDurationReader extends (ReadersApi.this)#Reader[FiniteDuration]
  36. implicit object FloatReader extends (ReadersApi.this)#Reader[Float]
  37. implicit object InputStreamReader extends (ReadersApi.this)#Reader[() => InputStream]
  38. implicit object InstantReader extends (ReadersApi.this)#Reader[Instant]
  39. implicit object JavaFileReader extends (ReadersApi.this)#FsPathReader[File]
  40. implicit object JavaPathReader extends (ReadersApi.this)#FsPathReader[Path]
  41. implicit object LocalDateReader extends (ReadersApi.this)#Reader[LocalDate]
  42. implicit object LocalDateTimeReader extends (ReadersApi.this)#Reader[LocalDateTime]
  43. implicit object LocalTime extends (ReadersApi.this)#Reader[LocalTime]
  44. implicit object OutputStreamReader extends (ReadersApi.this)#Reader[() => OutputStream]
  45. implicit object PathReader extends (ReadersApi.this)#FsPathReader[Path]
  46. implicit object RangeReader extends (ReadersApi.this)#Reader[Range]
  47. implicit object ReadableReader extends (ReadersApi.this)#Reader[Readable]
  48. implicit object RelPathReader extends (ReadersApi.this)#FsPathReader[RelPath]
  49. implicit object SubPathReader extends (ReadersApi.this)#FsPathReader[SubPath]
  50. implicit object ZonedDateTimeReader extends (ReadersApi.this)#Reader[ZonedDateTime]

Inherited from LowPrioReaders

Inherited from AnyRef

Inherited from Any

Ungrouped