Class JohnzonBuilder.Lazy<T>

    • Constructor Detail

      • Lazy

        private Lazy()
    • Method Detail

      • get

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

        protected abstract T doCreate()