spark-hats
spark-hats copied to clipboard
Use currying interface for methods that accept lambdas
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.