idea-plugin / arrow.meta.ide.dsl.application.services / IdService
interface IdService<A>
IdService is a service wrapper over A value and solely allows monomorphic updates. This Service is one way to replace global variables stored in components to their service representation. The value A may either be distributed per project or per application.
value | abstract var value: Id <A> |
map | impure map that updates the underlying cache with transformation f.open fun map(f: (A) -> A): Id <A> |
Do you like Arrow?
✖