Packages

class GtfsFile[F[_]] extends Gtfs[F, [α$0$]RowDecoderF[Some, α$0$, String], [α$1$]RowEncoderF[Some, α$1$, String]]

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.

Self Type
GtfsFile[F]
Linear Supertypes
Gtfs[F, [α$0$]RowDecoderF[Some, α$0$, String], [α$1$]RowEncoderF[Some, α$1$, String]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GtfsFile
  2. Gtfs
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def copyTo(file: Path, flags: CopyFlags = CopyFlags.empty): Resource[F, GtfsFile[F]]

    Creates a GTFS target which originally consists of the content of this one.

    Creates a GTFS target which originally consists of the content of this one. The file is copied when the resource is acquired.

    This can be used when the result of transforming this GTFS file content is toRowStrings to be saved to a new file.

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. val file: Path
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. object delete extends GtfsDelete[F]

    Namespace containing file deletion operators.

    Namespace containing file deletion operators.

    Definition Classes
    GtfsFileGtfs
  22. object has extends GtfsHas[F]

    Namespace containing file existence check operators.

    Namespace containing file existence check operators.

    Definition Classes
    GtfsFileGtfs
  23. object read extends GtfsRead[F, [α$2$]RowDecoderF[Some, α$2$, String]]

    Namespace containing operators and pipes to read content of a GTFS file access stream.

    Namespace containing operators and pipes to read content of a GTFS file access stream.

    Definition Classes
    GtfsFileGtfs
  24. object write extends GtfsWrite[F, [α$3$]RowEncoderF[Some, α$3$, String]]

    Namespace containing operators and pipes to save the Result of a GTFS stream.

    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.

    Definition Classes
    GtfsFileGtfs

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Gtfs[F, [α$0$]RowDecoderF[Some, α$0$, String], [α$1$]RowEncoderF[Some, α$1$, String]]

Inherited from AnyRef

Inherited from Any

Ungrouped