trait GtfsRead[F[_], Decoder[_]] extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- GtfsRead
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def file[R](name: String)(implicit decoder: Decoder[R]): Stream[F, R]
Gives access to the content of CSV file
name
.Gives access to the content of CSV file
name
.For instance
file("calendar.txt")
.
Concrete 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: Decoder[A]): Stream[F, A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attributions[A](implicit decoder: Decoder[A]): Stream[F, A]
- def calendar[C](implicit decoder: Decoder[C]): Stream[F, C]
- def calendarDates[C](implicit decoder: Decoder[C]): Stream[F, C]
- 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: Decoder[A]): Stream[F, A]
- def fareRules[R](implicit decoder: Decoder[R]): Stream[F, R]
- def feedInfo[I](implicit decoder: Decoder[I]): Stream[F, I]
- def file[R](name: StandardName)(implicit decoder: Decoder[R]): Stream[F, R]
Gives access to the content of CSV file
name
. - def frequencies[S](implicit decoder: Decoder[S]): Stream[F, S]
- 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: Decoder[L]): Stream[F, L]
- 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: Decoder[P]): Stream[F, P]
- def routes[R](implicit decoder: Decoder[R]): Stream[F, R]
- def shapes[S](implicit decoder: Decoder[S]): Stream[F, S]
- def stopTimes[S](implicit decoder: Decoder[S]): Stream[F, S]
- def stops[S](implicit decoder: Decoder[S]): Stream[F, S]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transfers[T](implicit decoder: Decoder[T]): Stream[F, T]
- def translations[T](implicit decoder: Decoder[T]): Stream[F, T]
- def trips[T](implicit decoder: Decoder[T]): Stream[F, T]
- 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