Pueffl
10/01/2020, 5:27 PMfun delete(account: EmailAccount): IO<Either<DatasourceFailure, Int>> {
// Implemented
}
fun delete(accounts: List<EmailAccount>): IO<Either<DatasourceFailure, Int>> {
???
}
I'm quite new to FP and the given documentation it is almost impossible to get
the hang of it without having already done FP in another language.raulraja
10/01/2020, 5:53 PMPueffl
10/01/2020, 5:59 PM