okay, so your problem is that you want to move from something implementation-specific like Rx to a g...
p
okay, so your problem is that you want to move from something implementation-specific like Rx to a generic Kind
g
Yes
libDBClient.get().k()
returns a concrete
MonoK<String>
, but I have to return a
Kind<F, String>