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
Subclasses with type arguments of type ValueOrException in com.rabbitmq.utilityModifier and TypeClassDescriptionclassBlockingValueOrException<V, E extends Throwable & SensibleClone<E>>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