Class SynchronizedLazyValue<T>
java.lang.Object
io.micronaut.data.runtime.operations.internal.SynchronizedLazyValue<T>
- Type Parameters:
T- The value type
A lazily initialized value guarded by this instance monitor.
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SynchronizedLazyValue
public SynchronizedLazyValue()
-
-
Method Details
-
get
-