Packages

trait GtfsRead[F[_], Decoder[_]] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GtfsRead
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def file[R](name: String)(implicit decoder: Decoder[R]): Stream[F, R]

    Gives access to the content of CSV file name.

    Gives access to the content of CSV file name.

    For instance file("calendar.txt").

Concrete 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. def agencies[A](implicit decoder: Decoder[A]): Stream[F, A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def attributions[A](implicit decoder: Decoder[A]): Stream[F, A]
  7. def calendar[C](implicit decoder: Decoder[C]): Stream[F, C]
  8. def calendarDates[C](implicit decoder: Decoder[C]): Stream[F, C]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def fareAttributes[A](implicit decoder: Decoder[A]): Stream[F, A]
  13. def fareRules[R](implicit decoder: Decoder[R]): Stream[F, R]
  14. def feedInfo[I](implicit decoder: Decoder[I]): Stream[F, I]
  15. def file[R](name: StandardName)(implicit decoder: Decoder[R]): Stream[F, R]

    Gives access to the content of CSV file name.

  16. def frequencies[S](implicit decoder: Decoder[S]): Stream[F, S]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def levels[L](implicit decoder: Decoder[L]): Stream[F, L]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def pathways[P](implicit decoder: Decoder[P]): Stream[F, P]
  25. def routes[R](implicit decoder: Decoder[R]): Stream[F, R]
  26. def shapes[S](implicit decoder: Decoder[S]): Stream[F, S]
  27. def stopTimes[S](implicit decoder: Decoder[S]): Stream[F, S]
  28. def stops[S](implicit decoder: Decoder[S]): Stream[F, S]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def transfers[T](implicit decoder: Decoder[T]): Stream[F, T]
  32. def translations[T](implicit decoder: Decoder[T]): Stream[F, T]
  33. def trips[T](implicit decoder: Decoder[T]): Stream[F, T]
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped