package file
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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.