object read extends GtfsRead[F, [α$2$]RowDecoderF[Some, α$2$, String]]
Namespace containing operators and pipes to read content of a GTFS file access stream.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- read
- GtfsRead
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def ##: Int- Definition Classes
- AnyRef → Any
 
-   final  def ==(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-    def agencies[A](implicit decoder: RowDecoderF[Some, A, String]): Stream[F, A]- Definition Classes
- GtfsRead
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-    def attributions[A](implicit decoder: RowDecoderF[Some, A, String]): Stream[F, A]- Definition Classes
- GtfsRead
 
-    def calendar[C](implicit decoder: RowDecoderF[Some, C, String]): Stream[F, C]- Definition Classes
- GtfsRead
 
-    def calendarDates[C](implicit decoder: RowDecoderF[Some, C, String]): Stream[F, C]- Definition Classes
- GtfsRead
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(arg0: AnyRef): Boolean- Definition Classes
- AnyRef → Any
 
-    def fareAttributes[A](implicit decoder: RowDecoderF[Some, A, String]): Stream[F, A]- Definition Classes
- GtfsRead
 
-    def fareRules[R](implicit decoder: RowDecoderF[Some, R, String]): Stream[F, R]- Definition Classes
- GtfsRead
 
-    def feedInfo[I](implicit decoder: RowDecoderF[Some, I, String]): Stream[F, I]- Definition Classes
- GtfsRead
 
-    def file[R](name: String)(implicit decoder: CsvRowDecoder[R, String]): Stream[F, R]Gives access to the content of CSV file name.
-    def file[R](name: StandardName)(implicit decoder: RowDecoderF[Some, R, String]): Stream[F, R]Gives access to the content of CSV file name.Gives access to the content of CSV file name.- Definition Classes
- GtfsRead
 
-    def frequencies[S](implicit decoder: RowDecoderF[Some, S, String]): Stream[F, S]- Definition Classes
- GtfsRead
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-    def hashCode(): Int- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-    def levels[L](implicit decoder: RowDecoderF[Some, L, String]): Stream[F, L]- Definition Classes
- GtfsRead
 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-    def pathways[P](implicit decoder: RowDecoderF[Some, P, String]): Stream[F, P]- Definition Classes
- GtfsRead
 
-  def rawAgencies: Stream[F, CsvRow[String]]
-  def rawAttributions: Stream[F, CsvRow[String]]
-  def rawCalendar: Stream[F, CsvRow[String]]
-  def rawCalendarDates: Stream[F, CsvRow[String]]
-  def rawFareAttributes: Stream[F, CsvRow[String]]
-  def rawFareRules: Stream[F, CsvRow[String]]
-  def rawFeedInfo: Stream[F, CsvRow[String]]
-    def rawFile(name: StandardName): Stream[F, CsvRow[String]]Gives access to the raw content of CSV file name.
-    def rawFile(name: String): Stream[F, CsvRow[String]]Gives access to the raw content of CSV file name.Gives access to the raw content of CSV file name.For instance rawFile("calendar.txt").
-  def rawFrequencies: Stream[F, CsvRow[String]]
-  def rawLevels: Stream[F, CsvRow[String]]
-  def rawPathways: Stream[F, CsvRow[String]]
-  def rawRoutes: Stream[F, CsvRow[String]]
-  def rawShapes: Stream[F, CsvRow[String]]
-  def rawStopTimes: Stream[F, CsvRow[String]]
-  def rawStops: Stream[F, CsvRow[String]]
-  def rawTransfers: Stream[F, CsvRow[String]]
-  def rawTranslations: Stream[F, CsvRow[String]]
-  def rawTrips: Stream[F, CsvRow[String]]
-    def routes[R](implicit decoder: RowDecoderF[Some, R, String]): Stream[F, R]- Definition Classes
- GtfsRead
 
-    def shapes[S](implicit decoder: RowDecoderF[Some, S, String]): Stream[F, S]- Definition Classes
- GtfsRead
 
-    def stopTimes[S](implicit decoder: RowDecoderF[Some, S, String]): Stream[F, S]- Definition Classes
- GtfsRead
 
-    def stops[S](implicit decoder: RowDecoderF[Some, S, String]): Stream[F, S]- Definition Classes
- GtfsRead
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toString(): String- Definition Classes
- AnyRef → Any
 
-    def transfers[T](implicit decoder: RowDecoderF[Some, T, String]): Stream[F, T]- Definition Classes
- GtfsRead
 
-    def translations[T](implicit decoder: RowDecoderF[Some, T, String]): Stream[F, T]- Definition Classes
- GtfsRead
 
-    def trips[T](implicit decoder: RowDecoderF[Some, T, String]): Stream[F, T]- Definition Classes
- GtfsRead
 
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
Deprecated Value Members
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated