エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Pattern matching in Scala for expressions
Code by Any Other Name Pattern matching in Scala for expressions by Ian Robertson January 31, 201... Code by Any Other Name Pattern matching in Scala for expressions by Ian Robertson January 31, 2010 Summary Scala pattern matchers with side effects can have unexpected results in for expressions. Scala has taken the traditional for-construct and put it on steroids. One of the interesting features is the ability to use pattern matching as part of a for expression. For example, the following: case c
2010/02/14 リンク