VOOZH about

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

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


  • Core Java👁 Image
    Tomasz NurkiewiczAugust 22nd, 2013
    3 207

    Optional in Java 8 cheat sheet

    java.util.Optional<T> in Java 8 is a poor cousin of scala.Option[T] and Data.Maybe in Haskell. But this doesn’t mean it’s not…

    Read More »
  • Core Java👁 Image
    Gerard DavisonAugust 17th, 2013
    0 79

    Almost named method arguments in JDK 8

    Sometimes it would be really nice to have named method parameter in Java, this doesn’t look likely for a long…

    Read More »
  • Core Java👁 Image
    Richard WarburtonJuly 9th, 2013
    0 119

    Testing Java 8 in 3 Easy Steps

    tl;dr Use your CI Setup to test Java 8. The upcoming Java 8 release promises a bunch of new feature…

    Read More »
  • Core Java👁 Image
    Mohamed SanaullaJuly 4th, 2013
    1 160

    Strategy Pattern using Lambda Expressions in Java 8

    Strategy Pattern is one of the patterns from the Design Patterns : Elements of Reusable Object book. The intent of…

    Read More »
  • Core Java👁 Image
    Richard WarburtonJuly 1st, 2013
    0 120

    Lambdas: coming to a Java 8 near you!

    What are Lambdas? A lambda expression is a type of anonymous function, that can be written inline within a method…

    Read More »
  • Core Java👁 Image
    Kim Saabye PedersenJune 18th, 2013
    0 172

    Java 8 lambda walkthrough

    For work I have made a presentation about Java 8 project lambda and of course also some simple code illustrating…

    Read More »
  • Core Java👁 Image
    Mohamed SanaullaJune 7th, 2013
    1 188

    Creating Internal DSLs in Java, Java 8- Adopting Martin Fowler’s approach

    Currently I am reading this wonderful book on DSLs- Domain Specific Languages by Martin Fowler. The buzz around the DSLs,…

    Read More »
  • Core Java👁 Image
    Tomasz NurkiewiczMay 20th, 2013
    1 205

    Lazy sequences implementation for Java 8

    I just published LazySeq library on GitHub – result of my Java 8 experiments recently. I hope you will enjoy…

    Read More »
  • Core Java👁 Image
    Tomasz NurkiewiczMay 14th, 2013
    2 818

    Java 8: Definitive guide to CompletableFuture

    Java 8 is coming so it’s time to study new features. While Java 7 and Java 6 were rather minor…

    Read More »
  • First
  • ...
  • 10
  • 20
  • «
  • 24
  • 25
  • 26
  • »
  • ...
  • Last
Back to top button
Close