Yes, `fx` allows for extracting the inner value, h...
# arrow
s
Yes,
fx
allows for extracting the inner value, here
Tuple2<User, Account>
. Or in the lingo of effects, you can apply/run the effect with
!
,
component1
or
bind
and get the result.
👍 1