Uses of Interface
org.glassfish.tyrus.core.collection.Value
-
Packages that use Value Package Description org.glassfish.tyrus.core.collection -
-
Uses of Value in org.glassfish.tyrus.core.collection
Subinterfaces of Value in org.glassfish.tyrus.core.collection Modifier and Type Interface Description interfaceLazyValue<T>Lazily initializedvalue.Methods in org.glassfish.tyrus.core.collection that return Value Modifier and Type Method Description static <T> Value<T>Values. eager(Value<T> delegate)Get a new eagerly initializedvalue provider.static <T> Value<T>Values. empty()static <T> Value<T>Values. of(T value)Get a new constantvalue providerwhoseget()method always returns the instance supplied to thevalueparameter.Methods in org.glassfish.tyrus.core.collection with parameters of type Value Modifier and Type Method Description static <T> Value<T>Values. eager(Value<T> delegate)Get a new eagerly initializedvalue provider.static <T> LazyValue<T>Values. lazy(Value<T> delegate)Get a new lazily initializedvalue provider.
-