<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ug_idol</author_name>
  <author_url>https://blog.hatena.ne.jp/ug_idol/</author_url>
  <blog_title>地下アイドルの手記</blog_title>
  <blog_url>https://ug-idol.hatenadiary.org/</blog_url>
  <categories>
    <anon>groovy</anon>
  </categories>
  <description>クロージャとは？ オブジェクトである メソッドと似ている パラメータを受け取り、値を返すことが出来る クロージャを呼び出す時は、クロージャが期待するのと同じ数の引数が必要(一緒にしないと、groovy.lang.MissingMethodExceptionがでる) クロージャの書き方 例) Closure envelope = { person -&gt; new Letter(person).send() } addressBook.each(envelope) 上の例をもっと簡単に書くと↓のようになる addressBook.each{ new Letter(it).send() } {}で囲う…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fug-idol.hatenadiary.org%2Fentry%2F20081124%2F1227545161&quot; title=&quot;クロージャについてメモ - 地下アイドルの手記&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>https://images-fe.ssl-images-amazon.com/images/I/41vRc7HHxqL._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-11-24 01:46:01</published>
  <title>クロージャについてメモ</title>
  <type>rich</type>
  <url>https://ug-idol.hatenadiary.org/entry/20081124/1227545161</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
