Uses of Class
com.rabbitmq.utility.ValueOrException
Packages that use ValueOrException
Package
Description
Utility package of helper classes, mostly used in the implementation code.
-
Uses of ValueOrException in com.rabbitmq.utility
Methods in com.rabbitmq.utility that return ValueOrExceptionModifier and TypeMethodDescriptionstatic <V,
E extends Throwable & SensibleClone<E>>
ValueOrException<V, E> ValueOrException.makeException
(E exception) Factory method for exceptionsstatic <V,
E extends Throwable & SensibleClone<E>>
ValueOrException<V, E> ValueOrException.makeValue
(V value) Factory method for values