JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
top.magstar.framework
>
LazyValue
Uses of Class
top.magstar.framework.LazyValue
Packages that use
LazyValue
Package
Description
top.magstar.framework
Uses of
LazyValue
in
top.magstar.framework
Methods in
top.magstar.framework
that return
LazyValue
Modifier and Type
Method
Description
static <T>
LazyValue
<T>
LazyValue.
of
(
Supplier
<T> supplier)
创建线程安全的懒加载值
static <T>
LazyValue
<T>
LazyValue.
unsafe
(
Supplier
<T> supplier)
创建非线程安全的懒加载值(性能更好)