toResponseDataSource

fun <T> DataSource<T>.toResponseDataSource(): ResponseDataSource<T>

Author

skydoves (Jaewoong Eum)

Changes an instance of the DataSource interface to the ResponseDataSource.