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

ServiceRepositoryImpl

class ServiceRepositoryImpl :ServiceRepository

Constructors

Name Summary
<init> ServiceRepositoryImpl(context: Context, fetchService:FetchService)

Functions

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