Uses of Interface
org.glassfish.tyrus.core.collection.Value
Packages that use Value
-
Uses of Value in org.glassfish.tyrus.core.collection
Subinterfaces of Value in org.glassfish.tyrus.core.collectionMethods in org.glassfish.tyrus.core.collection that return ValueModifier and TypeMethodDescriptionstatic <T> Value
<T> Get a new eagerly initializedvalue provider
.static <T> Value
<T> Values.empty()
static <T> Value
<T> Values.of
(T value) Get a new constantvalue provider
whoseget()
method always returns the instance supplied to thevalue
parameter.Methods in org.glassfish.tyrus.core.collection with parameters of type ValueModifier and TypeMethodDescriptionstatic <T> Value
<T> Get a new eagerly initializedvalue provider
.static <T> LazyValue
<T> Get a new lazily initializedvalue provider
.