Packages

  • package root
    Definition Classes
    root
  • package com
    Definition Classes
    root
  • package mobimeo
    Definition Classes
    com
  • package gtfs
    Definition Classes
    mobimeo
  • package file
    Definition Classes
    gtfs
  • class GtfsFile[F[_]] extends Gtfs[F, [α$0$]RowDecoderF[Some, α$0$, String], [α$1$]RowEncoderF[Some, α$1$, String]]

    Represents a GTFS file.

    Represents a GTFS file. Can be used to access the content of the different files in it.

    Use the smart constructor in the companion object to acquire a Resource over a GTFS file. The file will be closed once the resource is released.

    Definition Classes
    file
  • delete
  • has
  • read
  • write

object read extends GtfsRead[F, [α$2$]RowDecoderF[Some, α$2$, String]]

Namespace containing operators and pipes to read content of a GTFS file access stream.

Definition Classes
GtfsFileGtfs
Linear Supertypes
GtfsRead[F, [α$2$]RowDecoderF[Some, α$2$, String]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. read
  2. GtfsRead
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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: RowDecoderF[Some, A, String]): Stream[F, A]
    Definition Classes
    GtfsRead
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def attributions[A](implicit decoder: RowDecoderF[Some, A, String]): Stream[F, A]
    Definition Classes
    GtfsRead
  7. def calendar[C](implicit decoder: RowDecoderF[Some, C, String]): Stream[F, C]
    Definition Classes
    GtfsRead
  8. def calendarDates[C](implicit decoder: RowDecoderF[Some, C, String]): Stream[F, C]
    Definition Classes
    GtfsRead
  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: RowDecoderF[Some, A, String]): Stream[F, A]
    Definition Classes
    GtfsRead
  13. def fareRules[R](implicit decoder: RowDecoderF[Some, R, String]): Stream[F, R]
    Definition Classes
    GtfsRead
  14. def feedInfo[I](implicit decoder: RowDecoderF[Some, I, String]): Stream[F, I]
    Definition Classes
    GtfsRead
  15. def file[R](name: String)(implicit decoder: CsvRowDecoder[R, String]): 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").

    Definition Classes
    readGtfsRead
  16. def file[R](name: StandardName)(implicit decoder: RowDecoderF[Some, R, String]): Stream[F, R]

    Gives access to the content of CSV file name.

    Gives access to the content of CSV file name.

    Definition Classes
    GtfsRead
  17. def frequencies[S](implicit decoder: RowDecoderF[Some, S, String]): Stream[F, S]
    Definition Classes
    GtfsRead
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def levels[L](implicit decoder: RowDecoderF[Some, L, String]): Stream[F, L]
    Definition Classes
    GtfsRead
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def pathways[P](implicit decoder: RowDecoderF[Some, P, String]): Stream[F, P]
    Definition Classes
    GtfsRead
  26. def rawAgencies: Stream[F, CsvRow[String]]
  27. def rawAttributions: Stream[F, CsvRow[String]]
  28. def rawCalendar: Stream[F, CsvRow[String]]
  29. def rawCalendarDates: Stream[F, CsvRow[String]]
  30. def rawFareAttributes: Stream[F, CsvRow[String]]
  31. def rawFareRules: Stream[F, CsvRow[String]]
  32. def rawFeedInfo: Stream[F, CsvRow[String]]
  33. def rawFile(name: StandardName): Stream[F, CsvRow[String]]

    Gives access to the raw content of CSV file name.

  34. def rawFile(name: String): Stream[F, CsvRow[String]]

    Gives access to the raw content of CSV file name.

    Gives access to the raw content of CSV file name.

    For instance rawFile("calendar.txt").

  35. def rawFrequencies: Stream[F, CsvRow[String]]
  36. def rawLevels: Stream[F, CsvRow[String]]
  37. def rawPathways: Stream[F, CsvRow[String]]
  38. def rawRoutes: Stream[F, CsvRow[String]]
  39. def rawShapes: Stream[F, CsvRow[String]]
  40. def rawStopTimes: Stream[F, CsvRow[String]]
  41. def rawStops: Stream[F, CsvRow[String]]
  42. def rawTransfers: Stream[F, CsvRow[String]]
  43. def rawTranslations: Stream[F, CsvRow[String]]
  44. def rawTrips: Stream[F, CsvRow[String]]
  45. def routes[R](implicit decoder: RowDecoderF[Some, R, String]): Stream[F, R]
    Definition Classes
    GtfsRead
  46. def shapes[S](implicit decoder: RowDecoderF[Some, S, String]): Stream[F, S]
    Definition Classes
    GtfsRead
  47. def stopTimes[S](implicit decoder: RowDecoderF[Some, S, String]): Stream[F, S]
    Definition Classes
    GtfsRead
  48. def stops[S](implicit decoder: RowDecoderF[Some, S, String]): Stream[F, S]
    Definition Classes
    GtfsRead
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def transfers[T](implicit decoder: RowDecoderF[Some, T, String]): Stream[F, T]
    Definition Classes
    GtfsRead
  52. def translations[T](implicit decoder: RowDecoderF[Some, T, String]): Stream[F, T]
    Definition Classes
    GtfsRead
  53. def trips[T](implicit decoder: RowDecoderF[Some, T, String]): Stream[F, T]
    Definition Classes
    GtfsRead
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  56. 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 GtfsRead[F, [α$2$]RowDecoderF[Some, α$2$, String]]

Inherited from AnyRef

Inherited from Any

Ungrouped