Join Slack
Powered by
Also a new binding still is supported. Where befor...
# arrow
r
raulraja
01/28/2019, 12:30 AM
Also a new binding still is supported. Where before you did always:
Copy code
val a = ioValue.bind()
You can now do
Copy code
val (a) = ioValue
s
streetsofboston
01/28/2019, 1:12 AM
Ha! That means that
component1()
is an extension function calling
bind()
?
r
raulraja
01/28/2019, 1:43 AM
yep
raulraja
01/28/2019, 1:43 AM
destructuring for all monads in the same way the rest of Kotlin does but non blocking. It's suspended.
3
Views
Open in Slack
Previous
Next