GlideSupplier

interface GlideSupplier<T>

Produces a non-null instance of T.

Parameters

<T>

The data type

Functions

Link copied to clipboard
abstract fun get(): T