/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.data/CursorToEntityConverter
CursorToEntityConverter
interface CursorToEntityConverter<E> : Function<Cursor, E>
Inheritors
| CursorToServiceConverter |
| CursorToStopConverter |
Functions
| Name | Summary |
|---|---|
| apply | abstract fun apply(@NonNullp0: Cursor): E |