<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bleis-tift</author_name>
  <author_url>https://blog.hatena.ne.jp/bleis-tift/</author_url>
  <blog_title>ぐるぐる～</blog_title>
  <blog_url>https://bleis-tift.hatenablog.com/</blog_url>
  <categories>
    <anon>Scala</anon>
  </categories>
  <description>Scala では演算子もメソッドとして実装されていて、obj1 op obj2 なんてコードは、obj1.op(obj2) と同じ意味を持つ。 となると、気になってくるのは obj1 が null の場合どうなるのよ？ってことで・・・色々と試してみた。 scala&gt; null == null res0: Boolean = true scala&gt; null.==(null) res1: Boolean = true null でもメソッドは呼べるらしい。 ちょっとひねって、 scala&gt; val nullStr: String = null res2: String = null scala&gt;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbleis-tift.hatenablog.com%2Fentry%2F20091111%2F1257943398&quot; title=&quot;null でメソッドを起動する - ぐるぐる～&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>2009-11-11 21:43:18</published>
  <title>null でメソッドを起動する</title>
  <type>rich</type>
  <url>https://bleis-tift.hatenablog.com/entry/20091111/1257943398</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
