接口 FetcherSelection<T>

所有超级接口:
Selection<T>
所有已知实现类:
FetcherSelectionImpl

public interface FetcherSelection<T> extends Selection<T>
  • 方法详细资料

    • getFetcher

      Fetcher<?> getFetcher()
    • getConverter

      @Nullable @Nullable Function<?,T> getConverter()