List of all default methods

Brian Goetz brian.goetz at oracle.com
Thu Nov 21 07:01:02 PST 2013


Note also that its not just default methods; any new method in a class 
that implements interface K is a candidate for conflicting with methods 
that Groovy has injected into K.

On 11/21/2013 3:48 AM, Jochen Theodorou wrote:
> Hi all,
>
> we already found we have some trouble with List#sort(Comparable) in
> Groovy, but to be able to identify further problems it would be very
> helpful to have a list of all default methods, that have been added. Is
> there one somewhere?
>
> bye Jochen
>


More information about the lambda-dev mailing list