Re: [elixir-core:7026] Passing the map to Map.get_lazy's function

2017-03-20 Thread David Long
Hi Ben, My issue is specific to pipes. What I'm ultimately doing is taking a JSON object, parsing it with Poison.decode!, And then attempting to pull a single key out, either overrideoncall or oncall. On Mon, Mar 20, 2017, 7:49 AM Ben Wilson wrote: > Can you elaborate on

Re: [elixir-core:7026] Passing the map to Map.get_lazy's function

2017-03-20 Thread Ben Wilson
Can you elaborate on the code you have in mind? This sounds like a general characteristic of pipes and not something specific to Map.get_lazy. On Monday, March 20, 2017 at 6:48:46 AM UTC-4, David Long wrote: > > That's not entirely accurate. In my case I was using a series of pipes so > I did