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