VOOZH about

URL: https://www.javacodegeeks.com/tag/functional-programming/page/3

⇱ Functional Programming Archives - Page 3 of 4 - Java Code Geeks


  • Core Java👁 Image
    Tomasz NurkiewiczJuly 9th, 2014
    0 133

    Turning recursive file system traversal into Stream

    When I was learning programming, back in the days of Turbo Pascal, I managed to list files in directory usingFindFirst, FindNext and FindClose functions.…

    Read More »
  • Core Java👁 Image
    Mohamed TamanJuly 2nd, 2014
    0 195

    Java SE 8 new features tour: Functional programming with Lambda Expression

    This article of the “Java SE 8 new features tour” series will deep dive into understanding Lambda expressions. I will…

    Read More »
  • Core Java👁 Image
    Roger HughesMay 30th, 2014
    4 159

    Is it Imperative that you learn Functional Programming with Java 8?

    I’ve recently been taking look at Java 8 and have got hold of “Java 8 In Action” published by Manning.…

    Read More »
  • Core Java👁 Image
    Biju KunjummenMarch 20th, 2014
    0 55

    Java 8 functional interfaces – random musings implementing a Scala type

    In one of the assignments of the Functional programming with Scala course a type called Terrain is introduced – Terrain represents…

    Read More »
  • Core Java👁 Image
    Alex StaveleyMarch 7th, 2014
    0 107

    Good use of Closures

    Not long ago, in a blog post, I explained what Closure were in Groovy. This blog post will explain one…

    Read More »
  • Core Java👁 Image
    Debasish Ray ChawdhuriMarch 5th, 2014
    3 515

    Functional Programming with Java 8 Lambda Expressions – Monads

    What is a monad?: A monad is a design pattern concept used in mostly functional programming languages like lisp or…

    Read More »
  • Core Java👁 Image
    Cyrille MartraireMay 23rd, 2012
    0 178

    Functional style in Java with predicates – Part 2

    In the first part of this article we introduced predicates, which bring some of the benefits of functional programming to…

    Read More »
  • Core Java👁 Image
    Cyrille MartraireMay 23rd, 2012
    1 266

    Functional style in Java with predicates – Part 1

    You keep hearing about functional programming that is going to take over the world, and you are still stuck to…

    Read More »
  • Core Java👁 Image
    Cyrille MartraireMarch 9th, 2012
    0 400

    Functional programming with Map and Fold in Java

    In functional programming, Map and Fold are two extremely useful operators, and they belong to every functional language. If the…

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