get

open fun <Data, TResource, Transcode> get(    dataClass: Class<Data>,     resourceClass: Class<TResource>,     transcodeClass: Class<Transcode>): LoadPath<Data, TResource, Transcode>

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.