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

CursorToEntityConverter

interface CursorToEntityConverter<E :Any!> : Function<Cursor!, E>

Inheritors

Name Summary
CursorToServiceConverter open class CursorToServiceConverter :CursorToEntityConverter<TimetableEntry!>
CursorToStopConverter open class CursorToStopConverter :CursorToEntityConverter<ScheduledStop!>