Mercerenies / alakazam

Functional programming sugar for Python
Other
2 stars 0 forks source link

zz.apply() #2

Closed Mercerenies closed 4 years ago

Mercerenies commented 6 years ago

A common use case is

some_function(*zz.of(...).map(...))

An apply function would be nice, so we can shorten this to the left-to-right stream

zz.of(...).map(...).apply(some_function)
Mercerenies commented 4 years ago

Closed as of 0.7.0