<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shigemk2</author_name>
  <author_url>https://blog.hatena.ne.jp/shigemk2/</author_url>
  <blog_title>by shigemk2</blog_title>
  <blog_url>https://www.shigemk2.com/</blog_url>
  <categories>
    <anon>Scala</anon>
  </categories>
  <description>環境 Mac OS X 10.9.1 Scala version 2.10.3 概要 カリー化とは、複数のパラメータをとる関数を1つのパラメータをとる関数のチェーンに変換すること。 コード scala&gt; def sum(a:Int, b:Int, c:Int) = a + b + c sum: (a: Int, b: Int, c: Int)Int scala&gt; val fObj = sum _ fObj: (Int, Int, Int) =&gt; Int = &lt;function3&gt; scala&gt; fObj(1,2,3) res0: Int = 6 scala&gt; val fObj2 = sum (…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.shigemk2.com%2Fentry%2F2014%2F02%2F10%2FScala%25E3%2581%25AE%25E3%2582%25AB%25E3%2583%25AA%25E3%2583%25BC%25E5%258C%2596&quot; title=&quot;Scalaのカリー化 - by shigemk2&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>http://ecx.images-amazon.com/images/I/315Gw-Mz1PL._AA180_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-02-10 08:17:19</published>
  <title>Scalaのカリー化</title>
  <type>rich</type>
  <url>https://www.shigemk2.com/entry/2014/02/10/Scala%E3%81%AE%E3%82%AB%E3%83%AA%E3%83%BC%E5%8C%96</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
