Search code examples
What is the way to chain methods with different signatures describing a business process?...

javafunctional-programmingvavr

Read More
vavr: combine a large list of Validation<Error, ?> to a single Validation<Error, Reference&...

javavavr

Read More
How to map left side of Either with two different types erros with Validation and DomainError...

javaspring-bootvalidationvavr

Read More
Undefined method error when using distinctBy returned by stream created from Vavr List.distinctBy...

javacollectionsjava-streamvavr

Read More
Unexpected return type of vavr's Either in reactor...

javaspring-webfluxproject-reactorvavr

Read More
Simplifying Validation rule sequence in Java...

javaspringvalidationfunctional-programmingvavr

Read More
Either flatmap type mix-up in Vavr...

javagenericsfunctional-programmingvavr

Read More
Exception handling in streams with Either...

javafunctional-programmingvavr

Read More
How to chain vavr's Either nicely?...

javaeithervavr

Read More
How to return Either a void or a String with vavr...

javavavr

Read More
Writing readable code using vavr Either in Kotlin while performing sequential operations...

kotlinfunctional-programmingeithervavr

Read More
VAVR Match(Option).of() not working properly...

javavavr

Read More
Combining multiple `Try` instances of different result types as applicatives...

java-8functional-programmingvavr

Read More
How to get Either left/right depending of Option value...

javaeithervavr

Read More
vavr return from loop if condition fails...

javavavr

Read More
how to fix the second parameter of a function with vavr?...

javafunctional-programmingvavr

Read More
Vavr: Howto flatmap collection inside optional object...

javajava-streamvavr

Read More
Volatile variable read behavior...

javaconcurrencylazy-loadingvolatilevavr

Read More
Return Either (Vavr) in rest api...

javaspringresteithervavr

Read More
Why this converter needs casting?...

javagenericsenumsvavr

Read More
Use Vavr list in Mapstruct - java: No implementation type is registered for return type io.vavr.coll...

mapstructvavr

Read More
Serialize and Deserialize Java object having vavr list...

javajsonjacksonvavr

Read More
Trying to convert a Try<List<Message>> to a Try<List<SummarizedMessage>> usi...

javavavr

Read More
Vavr annotation procession tool doesn't kick-in...

javamavenintellij-ideavavr

Read More
Clean way to chain multiple Try results using Vavr...

javafunctional-programmingvavr

Read More
Vavr Try.filter NoSuchElementException...

javavavr

Read More
Combining Either's in Vavr?...

javafunctional-programmingvavr

Read More
Coerce type without creating temporary variable...

javagenericstypescastingvavr

Read More
What's the difference b/w foldLeft and Java collect...

javascalajava-streamvavr

Read More
Consume both "left" and "right" of Vavr Either?...

javavavr

Read More
BackNext