@Version("2.0.0")
Package aQute.bnd.result
-
Interface Summary Interface Description Result<V> The Result type is an alternative way of chaining together functions in a functional programming style while hiding away error handling structures such as try-catch-blocks and conditionals.
Instead of adding a throws declaration to a function, the return type of the function is instead set to Resultwhere V is the original return type, i.e. -
Exception Summary Exception Description ResultException