tripkit-android / com.skedgo.tripkit.ui.timetables / ServiceRepository

ServiceRepository

interface ServiceRepository

Functions

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

Inheritors

Name Summary
ServiceRepositoryImpl class ServiceRepositoryImpl :ServiceRepository