The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Appreciating Scala - Java 2 scala example

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Morten Christensen

Posts: 123
Nickname: mortench
Registered: May, 2005

41concepts
Appreciating Scala - Java 2 scala example Posted: Aug 24, 2013 6:49 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by Morten Christensen.
Original Post: Appreciating Scala - Java 2 scala example
Feed Title: 41 technologies
Feed URL: https://techblog.41concepts.com/feed/
Feed Description: A software development blog from 41concepts
Latest Agile Buzz Posts
Latest Agile Buzz Posts by Morten Christensen
Latest Posts From 41 technologies

Advertisement
One reason I appreciate the scala programming language is that it enables me to convert  a real life example of Java 7 code like this: public static <T extends Annotation> String[] getMethodsWithAnnotation  (Class<?> commandClass, Class<T> annotationClass)  {      ArrayList<String> result = new ArrayList<>();      Method[] methods = commandClass.getMethods();      java.util.Arrays.sort(methods, new Comparator<Method>() {        @Override   […]

Read: Appreciating Scala - Java 2 scala example

Topic: Back to The Future of Agile Software Development Previous Topic   Next Topic Topic: Bliki: GivenWhenThen

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use