arrays - Hacklang Higher order functions for Collections -


do hacklang collections have higher order functions such reduce, some, all or easy way implement such methods. collection focused on vector. seems have map , filter. others in writing more clean looking functional code.

full information on different hack collections best seen on api docs vector (and other classes).

i see ->map , ->filter, though writing utility function reduce isn't particularly difficult, of course.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -