<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ngsw_taro</author_name>
  <author_url>https://blog.hatena.ne.jp/ngsw_taro/</author_url>
  <blog_title>算譜王におれはなる!!!!</blog_title>
  <blog_url>https://taro.hatenablog.jp/</blog_url>
  <categories>
    <anon>Kotlin</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>Kotlinの関数リテラルはその引数が唯一つだけの場合、暗黙の引数としてitが使用できるのはみなさんご存知だと思います(暗黙の引数という言葉は正確じゃないような気がするけど気にしない)(知らない人は公式ドキュメントか今日発売のSoftwareDesignを見るといいよ)。 listOf(1, 2, 3, 4, 5) .filter { n -&gt; 2 &lt; n } // 引数を明示することも .map { it * 2 } // itを使うこともできる。 .let { println(it) } // =&gt; [6, 8, 10] Scalaっぽく Scalaの関数リテラルの暗黙の引数は、複数の引数…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftaro.hatenablog.jp%2Fentry%2F2015%2F05%2F18%2F213749&quot; title=&quot;(ネタ)Kotlinで暗黙の引数いろいろ - 算譜王におれはなる!!!!&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-05-18 21:37:49</published>
  <title>(ネタ)Kotlinで暗黙の引数いろいろ</title>
  <type>rich</type>
  <url>https://taro.hatenablog.jp/entry/2015/05/18/213749</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
