get
open fun <Data, TResource, Transcode> get( dataClass: Class<Data>, resourceClass: Class<TResource>, transcodeClass: Class<Transcode>): LoadPath<Data, TResource, Transcode>
Content copied to clipboard
May return NO_PATHS_SIGNAL to indicate that we've previously found that there are 0 available load paths for the requested types. Callers must check using isEmptyLoadPath before using any load path returned by this method.