<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Optional on Micha Kops&#39; Tech Notes</title>
    <link>https://www.hascode.com/tags/optional/</link>
    <description>Recent content in Optional on Micha Kops&#39; Tech Notes</description>
    <generator>Hugo -- 0.147.8</generator>
    <language>en</language>
    <copyright>Copyright © 2010 - 2025 Micha Kops. #213243b1d6e8932079e09227d3f3ed0c806cd0c9</copyright>
    <lastBuildDate>Sun, 22 Sep 2013 00:00:00 +0200</lastBuildDate>
    <atom:link href="https://www.hascode.com/tags/optional/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Playing with Java 8 Lambda Expressions</title>
      <link>https://www.hascode.com/playing-with-java-8-lambda-expressions/</link>
      <pubDate>Sun, 22 Sep 2013 00:00:00 +0200</pubDate>
      <guid>https://www.hascode.com/playing-with-java-8-lambda-expressions/</guid>
      <description>&lt;div id=&#34;preamble&#34;&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;Many articles have been written about JSR 335 aka &lt;em&gt;Lambda Expressions for the Java&lt;sup&gt;TM&lt;/sup&gt; Programming Language&lt;/em&gt; but I like to try new things out for myself and that’s why I’d like to share my snippets here.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;imageblock&#34;&gt;
&lt;div class=&#34;content&#34;&gt;
&lt;img src=&#34;netbeans-java8-976x1024.png&#34; alt=&#34;netbeans java8 976x1024&#34;/&gt;
&lt;/div&gt;
&lt;div class=&#34;title&#34;&gt;Figure 1. Lambda Hacking using the NetBeans Developer Version&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;sect1&#34;&gt;
&lt;h2 id=&#34;_setup_jdk_and_ide&#34;&gt;Setup JDK and IDE&lt;/h2&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;It takes just some short steps to setup your environment …&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;ulist&#34;&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://jdk8.java.net/lambda/&#34;&gt;Download&lt;/a&gt; and install the Java 8 JDK with lambda support&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;http://bits.netbeans.org/download/trunk/nightly/latest/&#34;&gt;Download&lt;/a&gt; and install the NetBeans IDE Development version&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure NetBeans to use the Java 8 JDK (&amp;gt; Manage Platforms…)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
