Class LazySingleton<T>

java.lang.Object
com.gigaspaces.internal.utils.LazySingleton<T>

public class LazySingleton<T> extends Object
Since:
15.5
Author:
Niv Ingberg
  • Constructor Details

    • LazySingleton

      public LazySingleton(java.util.function.Supplier<T> factory)
  • Method Details

    • getOrCreate

      public T getOrCreate()
    • getRef

      public T getRef()