/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.timetables/ServiceRepository

ServiceRepository

interface ServiceRepository

Inheritors

ServiceRepositoryImpl

Functions

Name Summary
fetchAndLoadServices abstract fun fetchAndLoadServices(service: TimetableEntry, stop: ScheduledStop): Single<Pair<List<StopInfo>, List<ServiceLineOverlayTask.ServiceLineInfo>>>
fetchServices abstract fun fetchServices(service: TimetableEntry, stop: ScheduledStop): Completable
loadServices abstract fun loadServices(service: TimetableEntry, stop: ScheduledStop): Single<Pair<List<StopInfo>, List<ServiceLineOverlayTask.ServiceLineInfo>>>