ReactiveX / RxKotlin

RxJava bindings for Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type mismatch for return type

5ALEKSEY opened this issue · comments

What is my mistake? i'm trying to return Flowable< List < PasswordRepoEntity > > by Flowable< List < PasswordDBEntity > >. Where is PasswordDBEntity realization of PasswordRepoEntity interface. But i can't.
Error screenshot link: http://prntscr.com/rxe4ym
Code gist: https://gist.github.com/5ALEKSEY/307609278a57a2faffaa63b1fea0b55b