io.fintrospect.util
Wrapper for Either which terminates in a Future. The API here may look unusual, but is designed to mirror the types of traditional Either operations.
Traditional flatMap which returns a new wrapped Either
Async flatMap
Traditional map()
Async map()
This is a replacement of the traditional "match {}" operation, which operates on the contained value in the wrapped Either and returns a Future.
Wrapper for Either which terminates in a Future. The API here may look unusual, but is designed to mirror the types of traditional Either operations.