Interface ILazy<T,​E extends java.lang.Exception>

  • All Known Implementing Classes:
    Lazy

    public interface ILazy<T,​E extends java.lang.Exception>
    • Method Detail

      • get

        T get()
        throws E extends java.lang.Exception
        Throws:
        E extends java.lang.Exception