How does one retrieve the set from bindings create...
# kodein
n
How does one retrieve the set from bindings created using
argSetBinding
? Are they bound to
Set<(A)->B>
? Where
A
, and
B
are the factory parameters:
(A) -> B
? This hasn’t worked for me. And I can’t find anything in the docs that illustrates this. I only found details for
setBinding
.