combine

abstract fun combine(call: Call<T>, callback: Callback<T>?): DataSource<T>

combine a call and a callback to the DataSource.