Join Slack
Powered by
When I do this, am I creating an instance of Dispo...
# announcements
c
carlos cdmp
11/14/2018, 11:51 AM
When I do this, am I creating an instance of DisposableProvider for each Interactor instance?
b
bartvh
11/14/2018, 11:52 AM
The lazy is constructed inside the function and will be initialized every time the function is called (hence, has no utility)
bartvh
11/14/2018, 11:54 AM
So your code is equivalent to
Interactor(..., disposables = CompositeDisposable())
c
carlos cdmp
11/14/2018, 12:10 PM
Ok, true thanks 🙂
2
Views
Open in Slack
Previous
Next