VOOZH about

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

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


  • Core Java👁 Image
    Frank AppelJuly 31st, 2014
    0 81

    Clean JUnit Throwable-Tests with Java 8 Lambdas

    Recently I was involved in a short online discussion on twitter and google+ which concerned the question why the arrival…

    Read More »
  • Core Java👁 Image
    Idan FridmanJuly 8th, 2014
    6 2,636

    Mapping your Entities to DTO’s Using Java 8 Lambda expressions

    We all facing the cluttered overhead code when we need to convert our DTO’S to Entities(Hibernate Entities, etc..) and backwards.…

    Read More »
  • Groovy👁 Image
    Ted VinkeJune 23rd, 2014
    0 200

    Java 8 Lambdas vs Groovy Closures Compactness: Grouping And Summing

    Java 8 is featuring lambdas, which are similar to a construction Groovy has already for some time: closures. In Groovy…

    Read More »
  • Core Java👁 Image
    Rafal BorowiecJune 19th, 2014
    0 177

    Lambda Expressions and Stream API: basic examples

    This blog post contains a list of basic Lambda expressions and Stream API examples I used in a live coding…

    Read More »
  • Core Java👁 Image
    Brian Du PreezMay 30th, 2014
    0 235

    Playing with Java 8 – Lambdas, Paths and Files

    I needed to read a whole bunch of files recently and instead of just grabbing my old FileUtils.java that I…

    Read More »
  • Core Java👁 Image
    Andrey RedkoMay 2nd, 2014
    58 6,816

    Java 8 Features Tutorial – The ULTIMATE Guide (PDF Download & video)

    EDITORIAL NOTE: In this post, we feature a comprehensive Java 8 Features Tutorial.  It’s been a while since Java 8…

    Read More »
  • Core Java👁 Image
    Brian Du PreezApril 28th, 2014
    4 664

    Playing with Java 8 – Lambdas and Concurrency

    So Java 8 was released a while back, with a ton of features and changes. All us Java zealots have…

    Read More »
  • Core Java👁 Image
    Frank AppelApril 21st, 2014
    0 126

    Clean Synchronization Using ReentrantLock and Lambdas

    Recently I was reading an informative post about the differences between synchronized vs ReentrantLock by Javin Paul1. He emphasises on…

    Read More »
  • Core Java👁 Image
    Zemian DengApril 7th, 2014
    2 157

    Creating your own loop structure in Java 8 lambda

    Java doesn’t have an easy construct of repeat something N number of times. We can make a for loop of…

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