Class LazyDelegate<T>


  • public abstract class LazyDelegate<T>
    extends AbstractLazy<T>
    • Constructor Detail

    • Method Detail

      • delegate

        protected T delegate()