Packages

trait GtfsHas[F[_]] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GtfsHas
  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[Boolean]

    Whether the GTFS file contains the given file name.

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def attributions: F[Boolean]

    Whether the GTFS file contains the attributions file.

  6. def calendar: F[Boolean]

    Whether the GTFS file contains the calendar file.

  7. def calendarDates: F[Boolean]

    Whether the GTFS file contains the calendar_dates file.

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

    Whether the GTFS file contains the fare_attributes file.

  12. def fareRules: F[Boolean]

    Whether the GTFS file contains the fare_rules file.

  13. def feedInfo: F[Boolean]

    Whether the GTFS file contains the feed_info file.

  14. def file(name: StandardName): F[Boolean]

    Whether the GTFS file contains the given file name.

  15. def frequencies: F[Boolean]

    Whether the GTFS file contains the frequencies file.

  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hasAgency: F[Boolean]

    Whether the GTFS file contains the agency file.

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

    Whether the GTFS file contains 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[Boolean]

    Whether the GTFS file contains the pathways file.

  25. def routes: F[Boolean]

    Whether the GTFS file contains the routes file.

  26. def shapes: F[Boolean]

    Whether the GTFS file contains the shapes file.

  27. def stopTimes: F[Boolean]

    Whether the GTFS file contains the stop_times file.

  28. def stops: F[Boolean]

    Whether the GTFS file contains 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[Boolean]

    Whether the GTFS file contains the transfers file.

  32. def translations: F[Boolean]

    Whether the GTFS file contains the translations file.

  33. def trips: F[Boolean]

    Whether the GTFS file contains 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