Skip to content

Instantly share code, notes, and snippets.

@JorgeCastilloPrz
Created July 30, 2018 18:18
Show Gist options
  • Save JorgeCastilloPrz/8a96354d2a23af075041cd1cb068cd3d to your computer and use it in GitHub Desktop.
Save JorgeCastilloPrz/8a96354d2a23af075041cd1cb068cd3d to your computer and use it in GitHub Desktop.
LocalDataSourceDeclaration.kt
class LocalDataSource<F>(A: ApplicativeError<F, Throwable>) :
DataSource<F>, ApplicativeError<F, Throwable> by A {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment