Uses of Package
aQute.bnd.service.result
-
Packages that use aQute.bnd.service.result Package Description aQute.bnd.build aQute.bnd.osgi aQute.bnd.service.result -
Classes in aQute.bnd.service.result used by aQute.bnd.build Class Description FunctionWithException Function interface that allows exceptions.Result 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. -
Classes in aQute.bnd.service.result used by aQute.bnd.osgi Class Description Result 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. -
Classes in aQute.bnd.service.result used by aQute.bnd.service.result Class Description ConsumerWithException Function interface that allows exceptions.FunctionWithException Function interface that allows exceptions.Result 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. ResultException