trait GtfsHas[F[_]] extends AnyRef
- Alphabetic
- By Inheritance
- GtfsHas
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def file(name: String): F[Boolean]
Whether the GTFS file contains the given file name.
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attributions: F[Boolean]
Whether the GTFS file contains the attributions file.
- def calendar: F[Boolean]
Whether the GTFS file contains the calendar file.
- def calendarDates: F[Boolean]
Whether the GTFS file contains the calendar_dates file.
- 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: F[Boolean]
Whether the GTFS file contains the fare_attributes file.
- def fareRules: F[Boolean]
Whether the GTFS file contains the fare_rules file.
- def feedInfo: F[Boolean]
Whether the GTFS file contains the feed_info file.
- def file(name: StandardName): F[Boolean]
Whether the GTFS file contains the given file name.
- def frequencies: F[Boolean]
Whether the GTFS file contains the frequencies file.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hasAgency: F[Boolean]
Whether the GTFS file contains the agency file.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def levels: F[Boolean]
Whether the GTFS file contains the levels file.
- 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: F[Boolean]
Whether the GTFS file contains the pathways file.
- def routes: F[Boolean]
Whether the GTFS file contains the routes file.
- def shapes: F[Boolean]
Whether the GTFS file contains the shapes file.
- def stopTimes: F[Boolean]
Whether the GTFS file contains the stop_times file.
- def stops: F[Boolean]
Whether the GTFS file contains the stops file.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transfers: F[Boolean]
Whether the GTFS file contains the transfers file.
- def translations: F[Boolean]
Whether the GTFS file contains the translations file.
- def trips: F[Boolean]
Whether the GTFS file contains the trips file.
- 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