Join Slack
Powered by
`fun <B> coflatMap(f: (Function0Of<A>)...
# arrow-contributors
p
pakoito
12/18/2019, 8:44 PM
fun <B> coflatMap(f: (Function0Of<A>) -> B): Function0<B> = { f(this) }.k()
4
Views
Open in Slack
Previous
Next