Uses of Class
org.jivesoftware.util.CacheableOptional
-
Packages that use CacheableOptional Package Description org.jivesoftware.util Utility classes. -
-
Uses of CacheableOptional in org.jivesoftware.util
Methods in org.jivesoftware.util that return CacheableOptional Modifier and Type Method Description static <T extends Serializable>
CacheableOptional<T>CacheableOptional. from(Optional<T> value)
static <T extends Serializable>
CacheableOptional<T>CacheableOptional. of(T value)
-