You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, the Results::Result and its implementors got data from injected dependency from a Flow::Caller routine. We store it, and isolate data, even from the Results::Result classes. But we need to ensure immutability.
It could be a wrapper for reversing it, or an "inner class" solution.
The text was updated successfully, but these errors were encountered:
Actually, the
Results::Result
and its implementors gotdata
from injected dependency from aFlow::Caller
routine. We store it, and isolatedata
, even from theResults::Result
classes. But we need to ensure immutability.It could be a wrapper for reversing it, or an "inner class" solution.
The text was updated successfully, but these errors were encountered: