vavr共7篇
Programação Funcional em Java #2 - Descomplicando o Vavr-拾光赋

Programação Funcional em Java #2 – Descomplicando o Vavr

Programação Funcional em Java #2 - Descomplicando o Vavr, Programação Funcional em Java (2 Part Series) 1 Programação Funcional em Java #1 - Fundamentos básicos do paradigma...
kity的头像-拾光赋kity5年前
02910
Programação Funcional em Java #1 - Fundamentos básicos do paradigma-拾光赋

Programação Funcional em Java #1 – Fundamentos básicos do paradigma

Programação Funcional em Java #1 - Fundamentos básicos do paradigma, Programação Funcional em Java (2 Part Series) 1 Programação Funcional em Java #1 - Fundamentos básicos ...
kity的头像-拾光赋kity5年前
0248
Towards better functional programming in Java with Vavr-拾光赋

Towards better functional programming in Java with Vavr

Towards better functional programming in Java with Vavr,The functional paradigm in programming is over 62 years old, first presented in the Lisp language in 19581. In the context o...
kity的头像-拾光赋kity5年前
0256
Be more functional in java with Vavr-拾光赋

Be more functional in java with Vavr

Be more functional in java with Vavr,With the release of java 8 a new paradigm was discovered in the development with java, but the question arises – is it enough? And what if we ...
kity的头像-拾光赋kity5年前
0499
Vavr’s Either Tutorial-拾光赋

Vavr’s Either Tutorial

Vavr’s Either Tutorial, What is Vavr? It is an open source library for Java 8+ which provides data type persistence and functional control structures apparently missed at Java. Th...
kity的头像-拾光赋kity6年前
02315
Save the Optional, stop using isPresent-拾光赋

Save the Optional, stop using isPresent

Save the Optional, stop using isPresent,Most functional programming languages offer a concept called Option or Maybe to deal with the presence or absence of a value, thus avoiding ...
kity的头像-拾光赋kity8年前
03613
In praise of Vavr's Option-拾光赋

In praise of Vavr’s Option

In praise of Vavr's Option,Null is sometimes considered the billion dollar mistake. One could argue about this forever, but certainly, null has lead to a lot of awful code. Most fu...
kity的头像-拾光赋kity8年前
03312