<?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>Java lambdas tutorials and videos</title>
	<atom:link href="https://www.java-tv.com/tag/lambdas/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.java-tv.com</link>
	<description>Java, Groovy, Spring, Eclipse, Hibernate Tutorials and Videos</description>
	<lastBuildDate>Mon, 13 Jan 2020 15:36:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Functional Programming in Java with Lambda</title>
		<link>https://www.java-tv.com/2020/01/13/functional-programming-in-java-with-lambda/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 13 Jan 2020 15:34:10 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[functional programming]]></category>
		<category><![CDATA[lambdas]]></category>
		<guid isPermaLink="false">https://www.java-tv.com/?p=4758</guid>

					<description><![CDATA[<p>Functional programming is a programming style that treats computation as the evaluation of mathematical functions and avoids changing-state and mutable data. It is a declarative programming paradigm in that programming is done with expressions or declarations instead of statements. For years, the conventional wisdom around attempting pure functional programming in &#8230;</p>
The post <a href="https://www.java-tv.com/2020/01/13/functional-programming-in-java-with-lambda/">Functional Programming in Java with Lambda</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Lazy Java</title>
		<link>https://www.java-tv.com/2018/03/12/lazy-java/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 12 Mar 2018 20:29:55 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[lambdas]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=4622</guid>

					<description><![CDATA[<p>The purpose of this talk is to illustratie why and how implementing laziness in Java with practical examples delivered with both slides and live coding sessions. Like all imperative programming languages Java is, with some minor but notable exceptions, an eagerly evaluated programming language. Nevertheless the introduction of lambdas in &#8230;</p>
The post <a href="https://www.java-tv.com/2018/03/12/lazy-java/">Lazy Java</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Ask the Java Architects</title>
		<link>https://www.java-tv.com/2016/08/10/ask-the-java-architects/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Wed, 10 Aug 2016 16:13:57 +0000</pubDate>
				<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[lambdas]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=4382</guid>

					<description><![CDATA[<p>This video is a Q&#038;A session with Brian Goetz who is the Java Language Architect at Oracle. He was specification lead for JSR 335 (Lambda Expressions for the Java Language.) He is the author of the best-selling book &#8220;Java Concurrency in Practice&#8221; and is a frequent presenter at major industry &#8230;</p>
The post <a href="https://www.java-tv.com/2016/08/10/ask-the-java-architects/">Ask the Java Architects</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Beyond Java Streams Basics</title>
		<link>https://www.java-tv.com/2016/04/26/java-streams-beyond-the-basics/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Tue, 26 Apr 2016 16:33:11 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[functional programming]]></category>
		<category><![CDATA[lambdas]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=4352</guid>

					<description><![CDATA[<p>Lambda expressions and the streams API add a more functional style of programming to Java; something developers have not really had in the past. The session starts with a short summary of the key features of both Lambda expressions and streams before moving on to some real world examples of &#8230;</p>
The post <a href="https://www.java-tv.com/2016/04/26/java-streams-beyond-the-basics/">Beyond Java Streams Basics</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Reactive Java EE</title>
		<link>https://www.java-tv.com/2016/04/11/reactive-java-ee/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 11 Apr 2016 14:40:02 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[java ee]]></category>
		<category><![CDATA[lambdas]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=4348</guid>

					<description><![CDATA[<p>As the software development industry matures there is an increasing demand for high-throughput, low-latency systems heavily utilizing event-driven programming and asynchronous processing. This trend is rapidly converging on the somewhat well established but so-far not well understood term &#8220;Reactive&#8221;. This session explores how Java EE as a whole aligns with &#8230;</p>
The post <a href="https://www.java-tv.com/2016/04/11/reactive-java-ee/">Reactive Java EE</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Understanding Functional Interfaces and Writing Mixins in Java</title>
		<link>https://www.java-tv.com/2016/03/03/understanding-functional-interfaces-and-writing-mixins-in-java/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Thu, 03 Mar 2016 14:56:52 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[functional programming]]></category>
		<category><![CDATA[lambdas]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=4327</guid>

					<description><![CDATA[<p>Java 8 was launched in March 2014 with great fanfare. The new lambda syntax allows us to have a more succinct coding style and get rid of a lot of boilerplate code. However, there is also confusion. Even the &#8220;State of the Lambdas&#8221; paper starts by comparing lambdas to ActionListener. &#8230;</p>
The post <a href="https://www.java-tv.com/2016/03/03/understanding-functional-interfaces-and-writing-mixins-in-java/">Understanding Functional Interfaces and Writing Mixins in Java</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Low Latency in Java 8</title>
		<link>https://www.java-tv.com/2015/09/17/low-latency-in-java-8/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Thu, 17 Sep 2015 15:25:40 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[lambdas]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=3534</guid>

					<description><![CDATA[<p>How do Java 8&#8217;s new features, Lambdas and Optional in particular, perform? Do they create garbage and is there anything you can do about it? This talk discusses new features in Java 8 that can be used in Low Latency coding and which old features have been optimized. Video producer: &#8230;</p>
The post <a href="https://www.java-tv.com/2015/09/17/low-latency-in-java-8/">Low Latency in Java 8</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Fun with Lambdas</title>
		<link>https://www.java-tv.com/2015/08/19/fun-with-lambdas/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Wed, 19 Aug 2015 15:04:47 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[lambdas]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=3523</guid>

					<description><![CDATA[<p>You&#8217;ve probably heard about the lambda calculus, building up our computing structures from just the treasured lambda. But how much have you played with it? In this talk, armed only with Vim and the CLI, we&#8217;ll explore some interesting topics in building up our world with just the lambda and &#8230;</p>
The post <a href="https://www.java-tv.com/2015/08/19/fun-with-lambdas/">Fun with Lambdas</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Back to the Future with Java 8</title>
		<link>https://www.java-tv.com/2015/04/09/back-to-the-future-with-java-8/</link>
					<comments>https://www.java-tv.com/2015/04/09/back-to-the-future-with-java-8/#comments</comments>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Thu, 09 Apr 2015 14:16:04 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[lambdas]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=3467</guid>

					<description><![CDATA[<p>Lambda expressions, Date and Time API and Nashorn are the three most talked about new features in Java SE 8. However, there are literally hundreds more functionality updates and usability improvements that all serious Java developers should know about. This talk highlights the top new features and improvements you should &#8230;</p>
The post <a href="https://www.java-tv.com/2015/04/09/back-to-the-future-with-java-8/">Back to the Future with Java 8</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
					<wfw:commentRss>https://www.java-tv.com/2015/04/09/back-to-the-future-with-java-8/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Java 8 Language Capabilities</title>
		<link>https://www.java-tv.com/2015/03/09/java-8-language-capabilities/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 09 Mar 2015 15:51:37 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[lambdas]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=3445</guid>

					<description><![CDATA[<p>There is a good amount of excitement about the version 8 of Java. The big evolution of course is the lambda expressions. This presentation dives into the language features in Java 8, takes a look at some of their nuances, and looks at ways to put them to good use. &#8230;</p>
The post <a href="https://www.java-tv.com/2015/03/09/java-8-language-capabilities/">Java 8 Language Capabilities</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
	</channel>
</rss>
