result-flow icon indicating copy to clipboard operation
result-flow copied to clipboard

Java library for functional style "Railway Oriented Programming"

Results 1 result-flow issues
Sort by recently updated
recently updated
newest added

[`mapErr()`](https://github.com/Leopard2A5/result-flow/blob/master/src/main/java/de/perschon/resultflow/Result.java#L157) > returns the result of the given @{link Function}, wrapped in a new Err Result instance. Otherwise returns this I'd like to return a Result instance that could be...