spark-hats icon indicating copy to clipboard operation
spark-hats copied to clipboard

Use currying interface for methods that accept lambdas

Open yruslan opened this issue 6 years ago • 0 comments

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.

yruslan avatar Jan 16 '20 14:01 yruslan