LoginSignup
1
1

More than 5 years have passed since last update.

プログラミング言語別:高階関数名比較表

Last updated at Posted at 2017-09-26
言語 変換 選択 畳込 反復 全称 特称
Java Stream map filter reduce forEach allMatch anyMatch
JavaScript Array map filter reduce forEach every some
PHP Array array_map array_filter array_reduce foreach
(syntax)
N/A N/A
Python N/A map
(built-in)
filter
(built-in)
functools.reduce for...in
(syntax)
N/A N/A
Ruby Enumerable map, collect select reduce, inject each all? any?
  • 言語はアルファベット順
  • 随時更新
  • 編集リクエスト大歓迎 🎉 🎉 🎉
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1