Class LazilyInitialized<T>
- java.lang.Object
- 
- org.keycloak.models.map.common.delegate.LazilyInitialized<T>
 
- 
 public class LazilyInitialized<T> extends Object - Author:
- hmlnarik
 
- 
- 
Constructor SummaryConstructors Constructor Description LazilyInitialized(Supplier<T> supplier)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()booleanisInitialized()Returnstrueif the reference to the object has been initialized
 
-