
{"id":7471,"date":"2012-08-04T19:55:45","date_gmt":"2012-08-04T19:55:45","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=7471"},"modified":"2012-08-04T19:55:45","modified_gmt":"2012-08-04T19:55:45","slug":"example-working-with-scala-4-commonly-used-types","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2012\/08\/04\/example-working-with-scala-4-commonly-used-types\/","title":{"rendered":"example working with scala 4 ( Commonly Used Types )"},"content":{"rendered":"<h4><u>commandline session<\/u><\/h4>\n<pre>\n$ 4.2.29 1 2---&gt; scala\nWelcome to Scala version 2.9.2 (OpenJDK 64-Bit Server VM, Java 1.6.0_24).\nType in expressions to have them evaluated.\nType :help for more information.\n\nscala&gt; 1.toString\nres0: java.lang.String = 1\n\nscala&gt; 33.to(40).toString\nres1: String = Range(33, 34, 35, 36, 37, 38, 39, 40)\n\nscala&gt; Jeffrin.intersect(Jose)\n:8: error: not found: value Jeffrin\n              Jeffrin.intersect(Jose)\n              ^\n\nscala&gt; \"Jeffrin\".intersect(\"Jose\")\nres3: String = Je\n\nscala&gt;\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session $ 4.2.29 1 2&#8212;&gt; scala Welcome to Scala version 2.9.2 (OpenJDK 64-Bit Server VM, Java 1.6.0_24). Type in expressions to have them evaluated. Type :help for more information. scala&gt; 1.toString res0: java.lang.String = 1 scala&gt; 33.to(40).toString res1: String = Range(33, 34, 35, 36, 37, 38, 39, 40) scala&gt; Jeffrin.intersect(Jose) :8: error: not found: &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2012\/08\/04\/example-working-with-scala-4-commonly-used-types\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;example working with scala 4 ( Commonly Used Types )&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/7471"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=7471"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/7471\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=7471"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=7471"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=7471"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}