Class LazySupplier<T>

java.lang.Object
tripleo.elijah.util.LazySupplier<T>
All Implemented Interfaces:
Supplier<T>

public class LazySupplier<T> extends Object implements Supplier<T>
  • Constructor Details

    • LazySupplier

      public LazySupplier(Supplier<T> aSupplier)
  • Method Details

    • get

      public T get()
      Specified by:
      get in interface Supplier<T>