Class LazilyInitialized<T>
- java.lang.Object
-
- org.keycloak.models.map.common.delegate.LazilyInitialized<T>
-
public class LazilyInitialized<T> extends Object
- Author:
- hmlnarik
-
-
Constructor Summary
Constructors Constructor Description LazilyInitialized(Supplier<T> supplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
boolean
isInitialized()
Returnstrue
if the reference to the object has been initialized
-