Consider adding a method to allow anonymous unmarshallers in Receptacles
Open
1 - triaged
help wanted
nice-to-have (low-prio)
- Dominant language
- Scala
- Stars
- 1.4k
- Forks
- 584
- Avg merge
- 14h 33m
- Merged PRs (30d)
- 24
Description
**Issue by [kubukoz](https://github.com/kubukoz)**
_Tuesday Mar 01, 2016 at 10:32 GMT_
_Originally opened as https://github.com/akka/akka/issues/19930_
---
Enable calls like
``` scala
case class UserId(i: Int)
"id".as[Int].as(i => UserId(i))
```
Contributor guide
Research direction
Start by locating Receptacles and the existing unmarshalling and `as` APIs, then compare their current usage with the anonymous function example in the issue. Done means the shown `UserId` conversion is supported and covered by appropriate tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100