https://github.com/afinlay5/constructorreferences
Gradle source code repository for java source code examples demonstrating constructor references, posted on personal blog (http://bit.ly/JavaMethRef).
https://github.com/afinlay5/constructorreferences
constructor-references gradle-java java java8 method-references
Last synced: 6 months ago
JSON representation
Gradle source code repository for java source code examples demonstrating constructor references, posted on personal blog (http://bit.ly/JavaMethRef).
- Host: GitHub
- URL: https://github.com/afinlay5/constructorreferences
- Owner: afinlay5
- License: mit
- Created: 2018-04-29T02:09:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T23:38:24.000Z (over 7 years ago)
- Last Synced: 2025-06-09T19:49:06.254Z (7 months ago)
- Topics: constructor-references, gradle-java, java, java8, method-references
- Language: Java
- Homepage: http://www.adriandavid.me/blog/10/constructor-references-in-java-and-method-references-too.xhtml
- Size: 197 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.

# 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
