Skip to content

stuartervine/intro_to_functional_java

Repository files navigation

A simple workshop to introduce some of the functional aspects of Java 8.

The code in the workshop has the following dependencies:

  • An internet connection (as we'll need to pull down some libraries).
  • IntelliJ IDEA IDE (CE will do).
  • Gradle.

The workshop will introduce the following concepts:

  • Predicates.
  • Lambdas and using them in mapping.
  • Reduction.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages