kylecorry31 / andromeda

A collection of Android libraries for simplifying development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add lazy extension method to topic

kylecorry31 opened this issue · comments

Use case: I'm wrapping an existing topic and when I subscribe to the wrapper, I want to run custom start/stop logic to load a value.

  • ITopic.lazyValue(onlyOnStart, valueProvider)