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 Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      T get()