Uses of Interface
org.glassfish.tyrus.core.collection.Value
-
Uses of Value in org.glassfish.tyrus.core.collection
Modifier 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.Modifier and TypeMethodDescriptionstatic <T> Value
<T> Get a new eagerly initializedvalue provider
.static <T> LazyValue
<T> Get a new lazily initializedvalue provider
.