Uses of Interface
org.glassfish.tyrus.core.collection.LazyValue
-
Packages that use LazyValue Package Description org.glassfish.tyrus.core.collection -
-
Uses of LazyValue in org.glassfish.tyrus.core.collection
Methods in org.glassfish.tyrus.core.collection that return LazyValue Modifier and Type Method Description static <T> LazyValue<T>
Values. lazy(Value<T> delegate)
Get a new lazily initializedvalue provider
.
-