object write extends GtfsWrite[F, [α$3$]RowEncoderF[Some, α$3$, String]]
Namespace containing operators and pipes to save the Result of a GTFS stream. This can be used to save the result of transformations.
Once saved, the content of the GTFS file is modified, subsequent accesses to the same file in the same GTFS file will contain modications.
- Alphabetic
- By Inheritance
- write
- GtfsWrite
- AnyRef
- Any
- Hide All
- Show All
- 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 encoder: RowEncoderF[Some, A, String]): Pipe[F, A, Nothing]
- Definition Classes
- GtfsWrite
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attributions[A](implicit encoder: RowEncoderF[Some, A, String]): Pipe[F, A, Nothing]
- Definition Classes
- GtfsWrite
- def calendar[C](implicit encoder: RowEncoderF[Some, C, String]): Pipe[F, C, Nothing]
- Definition Classes
- GtfsWrite
- def calendarDates[C](implicit encoder: RowEncoderF[Some, C, String]): Pipe[F, C, Nothing]
- Definition Classes
- GtfsWrite
- 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: RowEncoderF[Some, A, String]): Pipe[F, A, Nothing]
- Definition Classes
- GtfsWrite
- def fareRules[R](implicit encoder: RowEncoderF[Some, R, String]): Pipe[F, R, Nothing]
- Definition Classes
- GtfsWrite
- def feedInfo[I](implicit encoder: RowEncoderF[Some, I, String]): Pipe[F, I, Nothing]
- Definition Classes
- GtfsWrite
- def file[T](name: String)(implicit encoder: CsvRowEncoder[T, String]): Pipe[F, T, Nothing]
Gives access to the pipe to save in file
name
. - def file[T](name: StandardName)(implicit encoder: RowEncoderF[Some, T, String]): Pipe[F, T, Nothing]
Gives access to the pipe to save in file
name
.Gives access to the pipe to save in file
name
.- Definition Classes
- GtfsWrite
- def frequencies[S](implicit encoder: RowEncoderF[Some, S, String]): Pipe[F, S, Nothing]
- Definition Classes
- GtfsWrite
- 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: RowEncoderF[Some, L, String]): Pipe[F, L, Nothing]
- Definition Classes
- GtfsWrite
- 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: RowEncoderF[Some, P, String]): Pipe[F, P, Nothing]
- Definition Classes
- GtfsWrite
- def rawAgencies: Pipe[F, CsvRow[String], Nothing]
- def rawAttributions: Pipe[F, CsvRow[String], Nothing]
- def rawCalendar: Pipe[F, CsvRow[String], Nothing]
- def rawCalendarDates: Pipe[F, CsvRow[String], Nothing]
- def rawFareAttributes: Pipe[F, CsvRow[String], Nothing]
- def rawFareRules: Pipe[F, CsvRow[String], Nothing]
- def rawFeedInfo: Pipe[F, CsvRow[String], Nothing]
- def rawFile(name: StandardName): Pipe[F, CsvRow[String], Nothing]
Gives access to the pipe to save in file
name
. - def rawFile(name: String): Pipe[F, CsvRow[String], Nothing]
Gives access to the pipe to save in file
name
.Gives access to the pipe to save in file
name
.For instance
rawFile("agency.txt")
. - def rawFrequencies: Pipe[F, CsvRow[String], Nothing]
- def rawLevels: Pipe[F, CsvRow[String], Nothing]
- def rawPathways: Pipe[F, CsvRow[String], Nothing]
- def rawRoutes: Pipe[F, CsvRow[String], Nothing]
- def rawShapes: Pipe[F, CsvRow[String], Nothing]
- def rawStopTimes: Pipe[F, CsvRow[String], Nothing]
- def rawStops: Pipe[F, CsvRow[String], Nothing]
- def rawTransfers: Pipe[F, CsvRow[String], Nothing]
- def rawTranslations: Pipe[F, CsvRow[String], Nothing]
- def rawTrips: Pipe[F, CsvRow[String], Nothing]
- def routes[R](implicit encoder: RowEncoderF[Some, R, String]): Pipe[F, R, Nothing]
- Definition Classes
- GtfsWrite
- def shapes[S](implicit encoder: RowEncoderF[Some, S, String]): Pipe[F, S, Nothing]
- Definition Classes
- GtfsWrite
- def stopTimes[S](implicit encoder: RowEncoderF[Some, S, String]): Pipe[F, S, Nothing]
- Definition Classes
- GtfsWrite
- def stops[S](implicit encoder: RowEncoderF[Some, S, String]): Pipe[F, S, Nothing]
- Definition Classes
- GtfsWrite
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transfers[T](implicit encoder: RowEncoderF[Some, T, String]): Pipe[F, T, Nothing]
- Definition Classes
- GtfsWrite
- def translations[T](implicit encoder: RowEncoderF[Some, T, String]): Pipe[F, T, Nothing]
- Definition Classes
- GtfsWrite
- def trips[T](implicit encoder: RowEncoderF[Some, T, String]): Pipe[F, T, Nothing]
- Definition Classes
- GtfsWrite
- 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