Uses of Interface
org.glassfish.jersey.internal.util.collection.LazyUnsafeValue
Packages that use LazyUnsafeValue
Package
Description
Common set of Jersey collection classes.
-
Uses of LazyUnsafeValue in org.glassfish.jersey.internal.util.collection
Methods in org.glassfish.jersey.internal.util.collection that return LazyUnsafeValueModifier and TypeMethodDescriptionstatic <T,
E extends Throwable>
LazyUnsafeValue<T,E> Values.lazy
(UnsafeValue<T, E> delegate) Get a new lazily initializedunsafe value provider
.