<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: What is the syntax for instance method references?</title>
	<atom:link href="https://www.lambdafaq.org/what-is-the-syntax-for-instance-method-references/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.lambdafaq.org/what-is-the-syntax-for-instance-method-references/</link>
	<description>Your questions answered: all about Lambdas and friends</description>
	<lastBuildDate>Wed, 23 Sep 2020 15:06:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: leo</title>
		<link>https://www.lambdafaq.org/what-is-the-syntax-for-instance-method-references/#comment-4169</link>
		<dc:creator><![CDATA[leo]]></dc:creator>
		<pubDate>Thu, 03 Jan 2013 12:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lambdafaq.org/?p=217#comment-4169</guid>
		<description><![CDATA[If you have a class with an instance method and a static method sharing the same name, you get a nasty &#039;ambiguous&#039; compiler error.
E.g. let&#039;s assume your TransPoint class has a method &quot;static TransPoint transpose(final TransPoint)&quot; (additionally to the above instance method), then the pointList.forEach(TransPoint::transpose) wouldn&#039;t compile any more.]]></description>
		<content:encoded><![CDATA[<p>If you have a class with an instance method and a static method sharing the same name, you get a nasty &#8216;ambiguous&#8217; compiler error.<br />
E.g. let&#8217;s assume your TransPoint class has a method &#8220;static TransPoint transpose(final TransPoint)&#8221; (additionally to the above instance method), then the pointList.forEach(TransPoint::transpose) wouldn&#8217;t compile any more.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
