Use currying interface for methods that accept lambdas
Open
enhancement
- Dominant language
- Scala
- Stars
- 38
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
## Feature
Currying is preferred when a function is passed as a parameter. Switch the signature of nested transformation methods to use currying instead of a parameter list.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.