Packages

trait GtfsHas[F[_]] extends AnyRef

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

Abstract Value Members

  1. abstract def file(name: String): F[Boolean]

    Whether the GTFS file contains the given file name.

Concrete Value Members

  1. def attributions: F[Boolean]

    Whether the GTFS file contains the attributions file.

  2. def calendar: F[Boolean]

    Whether the GTFS file contains the calendar file.

  3. def calendarDates: F[Boolean]

    Whether the GTFS file contains the calendar_dates file.

  4. def fareAttributes: F[Boolean]

    Whether the GTFS file contains the fare_attributes file.

  5. def fareRules: F[Boolean]

    Whether the GTFS file contains the fare_rules file.

  6. def feedInfo: F[Boolean]

    Whether the GTFS file contains the feed_info file.

  7. def file(name: StandardName): F[Boolean]

    Whether the GTFS file contains the given file name.

  8. def frequencies: F[Boolean]

    Whether the GTFS file contains the frequencies file.

  9. def hasAgency: F[Boolean]

    Whether the GTFS file contains the agency file.

  10. def levels: F[Boolean]

    Whether the GTFS file contains the levels file.

  11. def pathways: F[Boolean]

    Whether the GTFS file contains the pathways file.

  12. def routes: F[Boolean]

    Whether the GTFS file contains the routes file.

  13. def shapes: F[Boolean]

    Whether the GTFS file contains the shapes file.

  14. def stopTimes: F[Boolean]

    Whether the GTFS file contains the stop_times file.

  15. def stops: F[Boolean]

    Whether the GTFS file contains the stops file.

  16. def transfers: F[Boolean]

    Whether the GTFS file contains the transfers file.

  17. def translations: F[Boolean]

    Whether the GTFS file contains the translations file.

  18. def trips: F[Boolean]

    Whether the GTFS file contains the trips file.