com.mobimeo.gtfs

Type members

Classlikes

trait Gtfs[F[_], Decoder[_], Encoder[_]]

Represents a GTFS container. Can be used to access the content of the different kind of data in it. This is an abstract API giving basic access to the data without presuming in what way they are stored.

Represents a GTFS container. Can be used to access the content of the different kind of data in it. This is an abstract API giving basic access to the data without presuming in what way they are stored.

trait GtfsDelete[F[_]]
trait GtfsHas[F[_]]
trait GtfsRead[F[_], Decoder[_]]
trait GtfsWrite[F[_], Encoder[_]]

Standard GTFS headers for standard files.

Standard GTFS headers for standard files.

enum StandardName(val entryName: String)