paulroth3d / jupyter-ijavascript-utils

Utility library for working with iJavaScript - a Jupyter Kernel
1 stars 0 forks source link

chain.mapFilter #30

Closed paulroth3d closed 1 year ago

paulroth3d commented 1 year ago

Frequently want to filter items too, in addition to mapping them

paulroth3d commented 1 year ago

included in 1.24 chain([1,2,3,4]).chainFilter

chain().chainFlatMap