Interface ASupplier<T>

  • All Superinterfaces:
    java.util.function.Supplier<T>

    public interface ASupplier<T>
    extends java.util.function.Supplier<T>
    • Method Detail

      • get2

        T get2()
        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • get

        default T get()
        Specified by:
        get in interface java.util.function.Supplier<T>