Packages

t

com.mobimeo.gtfs

GtfsDelete

trait GtfsDelete[F[_]] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GtfsDelete
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def file(name: String): F[Unit]

    Deletes the given file.

    Deletes the given file. It always succeeds, whether the file exists or not.

Concrete 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. def agency: F[Unit]

    Deletes the agency file.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def attributions: F[Unit]

    Deletes the attributions file.

  7. def calendar: F[Unit]

    Deletes the calendar file.

  8. def calendarDates: F[Unit]

    Deletes the calendar_dates file.

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def fareAttributes: F[Unit]

    Deletes the fare_attributes file.

  13. def fareRules: F[Unit]

    Deletes the fare_rules file.

  14. def feedInfo: F[Unit]

    Deletes the feed_info file.

  15. def file(name: StandardName): F[Unit]

    Deletes the given file.

  16. def frequencies: F[Unit]

    Deletes the frequencies file.

  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def levels: F[Unit]

    Deletes the levels file.

  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def pathways: F[Unit]

    Deletes the pathways file.

  25. def routes: F[Unit]

    Deletes the routes file.

  26. def shapes: F[Unit]

    Deletes the shapes file.

  27. def stopTimes: F[Unit]

    Deletes the stop_times file.

  28. def stops: F[Unit]

    Deletes the stops file.

  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def transfers: F[Unit]

    Deletes the transfers file.

  32. def translations: F[Unit]

    Deletes the translations file.

  33. def trips: F[Unit]

    Deletes the trips file.

  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped