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

FetchAndLoadTimetable

\ open class FetchAndLoadTimetable@Injectconstructor(converter: CursorToServiceConverter, parentStopDao: ParentStopDao, serviceAlertsDao: ServiceAlertsDao, serviceAlertsMapper: ServiceAlertMapper, context: Context, fetchTimetable: FetchTimetable)

Constructors

FetchAndLoadTimetable @Inject
constructor(converter: CursorToServiceConverter, parentStopDao: ParentStopDao, serviceAlertsDao: ServiceAlertsDao, serviceAlertsMapper: ServiceAlertMapper, context: Context, fetchTimetable: FetchTimetable)

Functions

Name Summary
execute open fun execute(embarkationStopCodes: List<String>, disembarkationStopCodes: List<String>?, region: Region, startTimeInSecs: Long): Single<Pair<List<TimetableEntry>, Optional<ScheduledStop>>>