Bob Glamm
08/07/2019, 1:21 PMfun <A> service(): Kind<F, A> = transaction {
val (r1) = query(QUERY1, query1Mapper)
val (r2) = query(QUERY2, query2Mapper)
combine(r1, r2)
}
Now to add things like better update/insert support and eliminate some ugly refs to fx.monadThrow
within the mappers. Could not have done this without your help. Thanks!simon.vergauwen
08/07/2019, 3:12 PMraulraja
08/07/2019, 8:13 PMBob Glamm
08/07/2019, 8:26 PMBob Glamm
08/07/2019, 8:26 PM