Interface InQuerySupport.Supplier<S,​T>

Enclosing class:
InQuerySupport<S,​T>

public static interface InQuerySupport.Supplier<S,​T>
  • Method Summary

    Modifier and Type Method Description
    void fill​(S[] idList, int start, int end, java.util.Map<S,​T> accumulator)  
  • Method Details

    • fill

      void fill​(@Nonnull S[] idList, int start, int end, @Nonnull java.util.Map<S,​T> accumulator)