Interface GlideSuppliers.GlideSupplier<T>

  • Type Parameters:
    T - The data type
    Enclosing class:
    GlideSuppliers

    public static interface GlideSuppliers.GlideSupplier<T>
    Produces a non-null instance of T.
    • Method Detail

      • get

        T get()