<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>voidy21</author_name>
  <author_url>https://blog.hatena.ne.jp/voidy21/</author_url>
  <blog_title>voidy21の日記</blog_title>
  <blog_url>https://voidy21.hatenablog.jp/</blog_url>
  <categories>
    <anon>scala</anon>
  </categories>
  <description>関数リテラルはこんな感じで定義できるのは知っていた scala&gt; (i:Int) =&gt; { println(i) } res1: (Int) =&gt; Unit = &lt;function1&gt; ただ、関数から関数リテラルを取り出すのはどうやってやるのかずっとわからなかった scala&gt; def d(i:Int) = println(i) d: (i: Int)Unit //ここからどうやって(Int) =&gt; Unit = &lt;function1&gt;を取得できる？ 非公式 sbt 0.10 ガイド v2.0 | eed3si9nを見てわかった &quot;_&quot;を使うといいらしい scala&gt; val dd = d _…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fvoidy21.hatenablog.jp%2Fentry%2F20110629%2F1309276726&quot; title=&quot;関数から関数リテラルを取得する - voidy21の日記&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>2011-06-29 00:58:46</published>
  <title>関数から関数リテラルを取得する</title>
  <type>rich</type>
  <url>https://voidy21.hatenablog.jp/entry/20110629/1309276726</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
