排序
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...
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 ...
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...
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 ...
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...
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 ...
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...