tripkit-android / com.skedgo.tripkit.ui.data

Package com.skedgo.tripkit.ui.data

Types

Name Summary
CursorToEntityConverter interface CursorToEntityConverter<E :Any!> : Function<Cursor!, E>
CursorToServiceConverter open class CursorToServiceConverter :CursorToEntityConverter<TimetableEntry!>
CursorToStopConverter open class CursorToStopConverter :CursorToEntityConverter<ScheduledStop!>