<?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>型パラメータに加えて指定できる型の一つ。 メンバでtypeキーワードによってクラスやトレイトのメンバを宣言し、そのクラスやトレイトを継承したクラスで具体的な型を宣言する。 // 抽象型を宣言した抽象クラスを宣言する abstract class Base { // 宣言するだけで実際にこれがどの型なのかはまだ決まっていない type SomethingFoo def show(something:SomethingFoo) } class Foo { def exec = println(&quot;Foo#execを実行&quot;) } class Ex1 extends Base { // さっきの抽象型に…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.shigemk2.com%2Fentry%2F2014%2F03%2F10%2F%25E6%258A%25BD%25E8%25B1%25A1%25E5%259E%258B&quot; title=&quot;抽象型 - 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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-03-10 00:18:12</published>
  <title>抽象型</title>
  <type>rich</type>
  <url>https://www.shigemk2.com/entry/2014/03/10/%E6%8A%BD%E8%B1%A1%E5%9E%8B</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
