Searched defs:CollectionSupplier (Results 1 – 1 of 1) sorted by relevance
48 public final class CollectionSupplier<C extends Collection<Integer>> implements Supplier<Iterable<C… class124 public CollectionSupplier(List<Function<Collection<Integer>, C>> suppliers, int size) { in CollectionSupplier() method in CollectionSupplier