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

ServiceRepositoryImpl

\ class ServiceRepositoryImpl@Injectconstructor(context: Context, fetchService: FetchService) : ServiceRepository

Constructors

ServiceRepositoryImpl @Inject
constructor(context: Context, fetchService: FetchService)

Functions

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