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 has extends GtfsHas[F]

Namespace containing file existence check operators.

Definition Classes
GtfsFileGtfs
Linear Supertypes
GtfsHas[F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. has
  2. GtfsHas
  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def attributions: F[Boolean]

    Whether the GTFS file contains the attributions file.

    Whether the GTFS file contains the attributions file.

    Definition Classes
    GtfsHas
  6. def calendar: F[Boolean]

    Whether the GTFS file contains the calendar file.

    Whether the GTFS file contains the calendar file.

    Definition Classes
    GtfsHas
  7. def calendarDates: F[Boolean]

    Whether the GTFS file contains the calendar_dates file.

    Whether the GTFS file contains the calendar_dates file.

    Definition Classes
    GtfsHas
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def fareAttributes: F[Boolean]

    Whether the GTFS file contains the fare_attributes file.

    Whether the GTFS file contains the fare_attributes file.

    Definition Classes
    GtfsHas
  12. def fareRules: F[Boolean]

    Whether the GTFS file contains the fare_rules file.

    Whether the GTFS file contains the fare_rules file.

    Definition Classes
    GtfsHas
  13. def feedInfo: F[Boolean]

    Whether the GTFS file contains the feed_info file.

    Whether the GTFS file contains the feed_info file.

    Definition Classes
    GtfsHas
  14. def file(name: String): F[Boolean]

    Whether the GTFS file contains the given file name.

    Whether the GTFS file contains the given file name.

    Definition Classes
    hasGtfsHas
  15. def file(name: StandardName): F[Boolean]

    Whether the GTFS file contains the given file name.

    Whether the GTFS file contains the given file name.

    Definition Classes
    GtfsHas
  16. def frequencies: F[Boolean]

    Whether the GTFS file contains the frequencies file.

    Whether the GTFS file contains the frequencies file.

    Definition Classes
    GtfsHas
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hasAgency: F[Boolean]

    Whether the GTFS file contains the agency file.

    Whether the GTFS file contains the agency file.

    Definition Classes
    GtfsHas
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def levels: F[Boolean]

    Whether the GTFS file contains the levels file.

    Whether the GTFS file contains the levels file.

    Definition Classes
    GtfsHas
  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: F[Boolean]

    Whether the GTFS file contains the pathways file.

    Whether the GTFS file contains the pathways file.

    Definition Classes
    GtfsHas
  26. def routes: F[Boolean]

    Whether the GTFS file contains the routes file.

    Whether the GTFS file contains the routes file.

    Definition Classes
    GtfsHas
  27. def shapes: F[Boolean]

    Whether the GTFS file contains the shapes file.

    Whether the GTFS file contains the shapes file.

    Definition Classes
    GtfsHas
  28. def stopTimes: F[Boolean]

    Whether the GTFS file contains the stop_times file.

    Whether the GTFS file contains the stop_times file.

    Definition Classes
    GtfsHas
  29. def stops: F[Boolean]

    Whether the GTFS file contains the stops file.

    Whether the GTFS file contains the stops file.

    Definition Classes
    GtfsHas
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def transfers: F[Boolean]

    Whether the GTFS file contains the transfers file.

    Whether the GTFS file contains the transfers file.

    Definition Classes
    GtfsHas
  33. def translations: F[Boolean]

    Whether the GTFS file contains the translations file.

    Whether the GTFS file contains the translations file.

    Definition Classes
    GtfsHas
  34. def trips: F[Boolean]

    Whether the GTFS file contains the trips file.

    Whether the GTFS file contains the trips file.

    Definition Classes
    GtfsHas
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. 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 GtfsHas[F]

Inherited from AnyRef

Inherited from Any

Ungrouped