<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>lambda | Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</title>
	<atom:link href="https://www.selikoff.net/tag/lambda/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Wed, 18 Nov 2020 01:51:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
<site xmlns="com-wordpress:feed-additions:1">4595340</site>	<item>
		<title>Multi statement lambda and for each anti patterns</title>
		<link>https://www.selikoff.net/2020/11/17/multi-statement-lambda-and-for-each-anti-patterns/</link>
					<comments>https://www.selikoff.net/2020/11/17/multi-statement-lambda-and-for-each-anti-patterns/#respond</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Wed, 18 Nov 2020 01:51:34 +0000</pubDate>
				<category><![CDATA[Java/Java EE]]></category>
		<category><![CDATA[lambda]]></category>
		<category><![CDATA[stream]]></category>
		<guid isPermaLink="false">https://www.selikoff.net/?p=14985</guid>

					<description><![CDATA[<p>When I do a code review of lambda/stream code, I am immediately suspicious of two things &#8211; block statement lambdas and forEach(). What&#8217;s wrong with this? It&#8217;s functional programming right? Well? Not really. It does have a lambda. It doesn&#8217;t &#8230; <a href="https://www.selikoff.net/2020/11/17/multi-statement-lambda-and-for-each-anti-patterns/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2020/11/17/multi-statement-lambda-and-for-each-anti-patterns/">Multi statement lambda and for each anti patterns</a> first appeared on <a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>.<hr style="border-top: black solid 1px" /><a href="https://www.selikoff.net/2020/11/17/multi-statement-lambda-and-for-each-anti-patterns/">Multi statement lambda and for each anti patterns</a> was first posted on November 17, 2020 at 8:51 pm.<br />&copy;2019 &quot;<a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>&quot;. Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at <!--email_off-->scott@selikoff.net<!--/email_off--><br />]]></description>
		
					<wfw:commentRss>https://www.selikoff.net/2020/11/17/multi-statement-lambda-and-for-each-anti-patterns/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">14985</post-id>	</item>
		<item>
		<title>JavaOne &#8211; Streams in JDK 8</title>
		<link>https://www.selikoff.net/2017/10/04/javaone-streams-in-jdk-8/</link>
					<comments>https://www.selikoff.net/2017/10/04/javaone-streams-in-jdk-8/#respond</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Wed, 04 Oct 2017 15:19:31 +0000</pubDate>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Java/Java EE]]></category>
		<category><![CDATA[java8]]></category>
		<category><![CDATA[lambda]]></category>
		<category><![CDATA[stream]]></category>
		<guid isPermaLink="false">https://www.selikoff.net/?p=8169</guid>

					<description><![CDATA[<p>&#8220;Streams in Java 8 &#8211; The good, the bad &#38; the ugly&#8221; Speaker: Simon Ritter &#38; Stuart Marks [Simon has the Twtter handle @speakjava; very cool] For more blog posts from JavaOne, see the table of contents Need to think &#8230; <a href="https://www.selikoff.net/2017/10/04/javaone-streams-in-jdk-8/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2017/10/04/javaone-streams-in-jdk-8/">JavaOne – Streams in JDK 8</a> first appeared on <a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>.<hr style="border-top: black solid 1px" /><a href="https://www.selikoff.net/2017/10/04/javaone-streams-in-jdk-8/">JavaOne &#8211; Streams in JDK 8</a> was first posted on October 4, 2017 at 11:19 am.<br />&copy;2019 &quot;<a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>&quot;. Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at <!--email_off-->scott@selikoff.net<!--/email_off--><br />]]></description>
		
					<wfw:commentRss>https://www.selikoff.net/2017/10/04/javaone-streams-in-jdk-8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">8169</post-id>	</item>
		<item>
		<title>refactoring legacy code for java 8</title>
		<link>https://www.selikoff.net/2016/06/25/refactoring-legacy-code-for-java-8/</link>
					<comments>https://www.selikoff.net/2016/06/25/refactoring-legacy-code-for-java-8/#respond</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sat, 25 Jun 2016 21:54:03 +0000</pubDate>
				<category><![CDATA[Java/Java EE]]></category>
		<category><![CDATA[java8]]></category>
		<category><![CDATA[lambda]]></category>
		<category><![CDATA[legacy]]></category>
		<category><![CDATA[refactoring]]></category>
		<category><![CDATA[stream]]></category>
		<guid isPermaLink="false">https://www.selikoff.net/?p=6740</guid>

					<description><![CDATA[<p>I asked a teammate at CodeRanch if I could use a method he wrote to show how it could be written more clearly/succinctly in Java 8. He said yes. This is the original method. It is 95 lines and has a &#8230; <a href="https://www.selikoff.net/2016/06/25/refactoring-legacy-code-for-java-8/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2016/06/25/refactoring-legacy-code-for-java-8/">refactoring legacy code for java 8</a> first appeared on <a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>.<hr style="border-top: black solid 1px" /><a href="https://www.selikoff.net/2016/06/25/refactoring-legacy-code-for-java-8/">refactoring legacy code for java 8</a> was first posted on June 25, 2016 at 5:54 pm.<br />&copy;2019 &quot;<a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>&quot;. Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at <!--email_off-->scott@selikoff.net<!--/email_off--><br />]]></description>
		
					<wfw:commentRss>https://www.selikoff.net/2016/06/25/refactoring-legacy-code-for-java-8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6740</post-id>	</item>
		<item>
		<title>using Nashorn&#8217;s jjs for experimenting</title>
		<link>https://www.selikoff.net/2015/01/25/using-nashorns-jjs-for-experimenting/</link>
					<comments>https://www.selikoff.net/2015/01/25/using-nashorns-jjs-for-experimenting/#comments</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sun, 25 Jan 2015 20:41:02 +0000</pubDate>
				<category><![CDATA[Java/Java EE]]></category>
		<category><![CDATA[java8]]></category>
		<category><![CDATA[lambda]]></category>
		<category><![CDATA[nashorn]]></category>
		<guid isPermaLink="false">http://www.selikoff.net/?p=5530</guid>

					<description><![CDATA[<p>In Java 8, Oracle introduced the new Nashorn engine and is encouraging the use of jjs. It&#8217;s a RPEL (read print evaluate loop) for JavaScript. Since JavaScript can call Java, this allows experimenting with Java APIs like you do in &#8230; <a href="https://www.selikoff.net/2015/01/25/using-nashorns-jjs-for-experimenting/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2015/01/25/using-nashorns-jjs-for-experimenting/">using Nashorn’s jjs for experimenting</a> first appeared on <a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>.<hr style="border-top: black solid 1px" /><a href="https://www.selikoff.net/2015/01/25/using-nashorns-jjs-for-experimenting/">using Nashorn&#8217;s jjs for experimenting</a> was first posted on January 25, 2015 at 3:41 pm.<br />&copy;2019 &quot;<a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>&quot;. Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at <!--email_off-->scott@selikoff.net<!--/email_off--><br />]]></description>
		
					<wfw:commentRss>https://www.selikoff.net/2015/01/25/using-nashorns-jjs-for-experimenting/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5530</post-id>	</item>
		<item>
		<title>java 8 lambdas from the nyc java meetup</title>
		<link>https://www.selikoff.net/2013/08/20/java-8-lambdas-from-the-nyc-java-meetup/</link>
					<comments>https://www.selikoff.net/2013/08/20/java-8-lambdas-from-the-nyc-java-meetup/#respond</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Wed, 21 Aug 2013 00:32:54 +0000</pubDate>
				<category><![CDATA[Java/Java EE]]></category>
		<category><![CDATA[java8]]></category>
		<category><![CDATA[lambda]]></category>
		<guid isPermaLink="false">http://www.selikoff.net/?p=4828</guid>

					<description><![CDATA[<p>I really liked the Java 8 Lambda talk from yesterday evening&#8217;s meetup so I&#8217;m blogging about it.  I like lambdas for the same reasons I like regular expressions &#8211; so much power and clarity!   The speaker was Timothy Fagan &#8230; <a href="https://www.selikoff.net/2013/08/20/java-8-lambdas-from-the-nyc-java-meetup/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2013/08/20/java-8-lambdas-from-the-nyc-java-meetup/">java 8 lambdas from the nyc java meetup</a> first appeared on <a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>.<hr style="border-top: black solid 1px" /><a href="https://www.selikoff.net/2013/08/20/java-8-lambdas-from-the-nyc-java-meetup/">java 8 lambdas from the nyc java meetup</a> was first posted on August 20, 2013 at 8:32 pm.<br />&copy;2019 &quot;<a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>&quot;. Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at <!--email_off-->scott@selikoff.net<!--/email_off--><br />]]></description>
		
					<wfw:commentRss>https://www.selikoff.net/2013/08/20/java-8-lambdas-from-the-nyc-java-meetup/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4828</post-id>	</item>
	</channel>
</rss>
