trait GtfsHas[F[_]] extends AnyRef
- Alphabetic
- By Inheritance
- GtfsHas
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def file(name: String): F[Boolean]
Whether the GTFS file contains the given file name.
Concrete Value Members
- def attributions: F[Boolean]
Whether the GTFS file contains the attributions file.
- def calendar: F[Boolean]
Whether the GTFS file contains the calendar file.
- def calendarDates: F[Boolean]
Whether the GTFS file contains the calendar_dates file.
- def fareAttributes: F[Boolean]
Whether the GTFS file contains the fare_attributes file.
- def fareRules: F[Boolean]
Whether the GTFS file contains the fare_rules file.
- def feedInfo: F[Boolean]
Whether the GTFS file contains the feed_info file.
- def file(name: StandardName): F[Boolean]
Whether the GTFS file contains the given file name.
- def frequencies: F[Boolean]
Whether the GTFS file contains the frequencies file.
- def hasAgency: F[Boolean]
Whether the GTFS file contains the agency file.
- def levels: F[Boolean]
Whether the GTFS file contains the levels file.
- def pathways: F[Boolean]
Whether the GTFS file contains the pathways file.
- def routes: F[Boolean]
Whether the GTFS file contains the routes file.
- def shapes: F[Boolean]
Whether the GTFS file contains the shapes file.
- def stopTimes: F[Boolean]
Whether the GTFS file contains the stop_times file.
- def stops: F[Boolean]
Whether the GTFS file contains the stops file.
- def transfers: F[Boolean]
Whether the GTFS file contains the transfers file.
- def translations: F[Boolean]
Whether the GTFS file contains the translations file.
- def trips: F[Boolean]
Whether the GTFS file contains the trips file.