VOOZH about

URL: https://www.javacodegeeks.com/tag/lambdas/page/3

⇱ Lambdas Archives - Page 3 of 7 - Java Code Geeks


  • Core Java👁 Image
    Michael ScharhagMarch 4th, 2015
    0 80

    Using Java 8 Lambda expressions in Java 7 or older

    I think nobody declines the usefulness of Lambda expressions, introduced by Java 8. However, many projects are stuck with Java…

    Read More »
  • Core Java👁 Image
    Daniel ShayaJanuary 27th, 2015
    0 144

    Java8 Lambdas: Sorting Performance Pitfall EXPLAINED

    Written in collaboration with Peter Lawrey. A few days ago I raised a serious problem with the performance of sorting…

    Read More »
  • Core Java👁 Image
    Peter LawreyJanuary 21st, 2015
    0 178

    Java Lambdas and Low Latency

    Overview The main question around the use of Lambdas in Java and Low Latency is; Does they produce garbage and…

    Read More »
  • Core Java👁 Image
    Nicolai ParlogJanuary 14th, 2015
    0 150

    Instances of Non-Capturing Lambdas

    Roughly a month ago, I summarized Brian Goetz’ peek under the hood of lambda expressions in Java 8. Currently I’m…

    Read More »
  • Core Java👁 Image
    Anthony KilmanJanuary 12th, 2015
    0 129

    Why Now is the Perfect Time to Upgrade to Java 8

    Interested to see how you can get the most out of the new Java 8 features with AppDynamics? Start a…

    Read More »
  • Core Java👁 Image
    Ioannis KostarasDecember 29th, 2014
    0 136

    Book Review: Mastering Lambdas: Java Programming in a Multicore World

    λ-programming (lambda-programming) has finally been introduced in the Java world as of version 8. It is the feature that will…

    Read More »
  • Core Java👁 Image
    Mohamed TamanDecember 9th, 2014
    1 164

    Java SE 8 new features tour: Traversing, filtering, processing collection, & methods enhancements with Lambda

    In this article of the “Java SE 8 new features tour” series, we will deep dig into explanation, and exploring…

    Read More »
  • Core Java👁 Image
    Lukas EderOctober 6th, 2014
    0 164

    Don’t Miss out on Writing Java 8 SQL One-Liners with jOOλ or jOOQ

    More and more people are catching up with the latest update to our platform by adopting functional programming also for…

    Read More »
  • Core Java👁 Image
    Peter LawreySeptember 22nd, 2014
    0 137

    lambdas and side effects

    Overview Java 8 has added features such as lambdas and type inference. This makes the language less verbose and cleaner,…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close