Package com.opengamma.strata.collect.result

Result data structures.

The result model is typically used in a subsystem following functional programming style. Functions will be written to have Result<T> as the return type. Instead of using exceptions, code will return failure results.