VOOZH about

URL: https://www.javacodegeeks.com/tag/java-8/page/5

⇱ Java 8 Archives - Page 5 of 28 - Java Code Geeks


  • Core Java👁 Image
    Attila Mihaly BalazsDecember 9th, 2015
    0 590

    Functional Data Structures in Java 8 with Javaslang

    Java 8’s lambdas (λ) empower us to create wonderful API’s. They incredibly increase the expressiveness of the language. Javaslang leveraged…

    Read More »
  • Core Java👁 Image
    Marcin ZajaczkowskiDecember 8th, 2015
    1 200

    Using Mockito without static imports with Java 8

    How to simplify Mockito usage by removing static imports in Java 8 based projects. Rationale Mockito API is based on…

    Read More »
  • Core Java👁 Image
    Fahd ShariffNovember 30th, 2015
    0 8,070

    Java 8 Streams API: Grouping and Partitioning a Stream

    This post shows how you can use the Collectors available in the Streams API to group elements of a stream…

    Read More »
  • Core Java👁 Image
    Alex ZhitnitskyNovember 30th, 2015
    1 240

    Benchmark: How Java 8 Lambdas and Streams Can Make Your Code 5 Times Slower

    How Java 8 lambdas and streams perform compared to longstanding implementations? Lambda expressions and streams received an heartwarming welcome in…

    Read More »
  • Core Java👁 Image
    Alex TheedomNovember 19th, 2015
    0 165

    Java 8 Streams: filter and predicate negation

    Recently there was an interesting discussion on the use of predicate negation in the .filter method on a stream by…

    Read More »
  • Core Java👁 Image
    Rudiger HerrmannNovember 17th, 2015
    1 134

    From Arrays to Streams and Back with Java 8

    Not long ago we upgraded some Eclipse plug-in projects to Java 8. And never looked back since. Among many other…

    Read More »
  • Core Java👁 Image
    Lukas EderOctober 23rd, 2015
    1 176

    The Danger of Subtype Polymorphism Applied to Tuples

    Java 8 has lambdas and streams, but no tuples, which is a shame. This is why we have implemented tuples…

    Read More »
  • Core Java👁 Image
    Ashkrit SharmaOctober 5th, 2015
    4 337

    Wrap around design pattern in java8

    Wrap around pattern is not listed in in GOF book but is very useful for problem like below: Loop construct…

    Read More »
  • Core Java👁 Image
    Gurpreet SachdevaSeptember 22nd, 2015
    2 391

    Java 8 Lambda Expression for Design Patterns – Command Design Pattern

    In this blog I would illustrate implementing the command pattern in functional programming style using Java 8 Lambda expressions. The…

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