AbsaOSS/spark-hats

Use currying interface for methods that accept lambdas

Opened this issue · 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.