https://github.com/daggerok/lazy-java
That repo contains some vavr (javaslang) examples, Let's try lazy evaluation in java...
https://github.com/daggerok/lazy-java
java-8 javaslang vavr
Last synced: 3 months ago
JSON representation
That repo contains some vavr (javaslang) examples, Let's try lazy evaluation in java...
- Host: GitHub
- URL: https://github.com/daggerok/lazy-java
- Owner: daggerok
- License: mit
- Created: 2018-01-28T21:16:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T06:41:46.000Z (over 4 years ago)
- Last Synced: 2025-01-10T00:44:18.178Z (5 months ago)
- Topics: java-8, javaslang, vavr
- Language: Java
- Homepage:
- Size: 209 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= lazy-java image:https://travis-ci.org/daggerok/lazy-java.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/lazy-java"]
That repo contains some vavr (javaslang) examples
links:
- link:http://www.vavr.io/vavr-docs/#_stream[vavr.io reference]
- link:https://www.youtube.com/watch?v=gRJmpmYMHE0[Javaslang - Functional Java Done Right by Grzegorz Piwowarek (26 min)]
- link:https://www.youtube.com/watch?v=84MfG4tp30s[Lazy Java by Mario Fusco]
- link:https://www.youtube.com/watch?v=Rmer37g9AZM[Functional GOF patterns by Mario Fusco]
- link:https://www.youtube.com/watch?v=K6BmGBzIqW0[From object oriented to functional domain modeling by Mario Fusco]
- link:https://www.youtube.com/watch?v=e4MT_OguDKg[Design Patterns in the Light of Lambda Expressions by Subramaniam]
- link:https://www.youtube.com/watch?v=fnMOmgELlsw[Twins: FP and OOP]group:
- link:https://github.com/daggerok/lazy-java[lazy-java]
- link:https://github.com/daggerok/java-examples[java-examples]
- link:https://github.com/daggerok/learn-jvm[learn-jvm]
- link:https://github.com/daggerok/fold-java[fold-java]