Skip to content

afinlay5/ConstructorReferences

Repository files navigation

Constructor References in Java (& Method References too)

Gradle source code repository for the examples from my blog post, http://bit.ly/ConstructorReferences. Built and tested on SUSE Linux.

alt text

Platform

  • Any supporting a JVM for Java SE 8+.

Requirements

  • Gradle 4.7
  • Java 8 or greater

Gradle Tasks

  • ./gradlew build - Build Application
  • ./gradlew run - Runs the main file in the console.

Known Problems

  • None (04/27/2018).

Execution Screenshot

alt text