Join Slack
Powered by
So basically I have this: `bind from singleton { b...
# kodein
s
sargunv
06/29/2016, 2:18 PM
So basically I have this:
bind from singleton { buildMyC(C<Foo, Bar>()) }
and want to change it to just
bindMyC(C<Foo, Bar>())
which calls
bind from
on all intermediates inside the
bindMyC
function
Open in Slack
Previous
Next