Class ElementsSupplier
- java.lang.Object
-
- uk.gov.gchq.gaffer.randomelementgeneration.supplier.ElementsSupplier
-
- All Implemented Interfaces:
Supplier<uk.gov.gchq.gaffer.data.element.Element>
- Direct Known Subclasses:
ElementsSupplierWithRepeats
public class ElementsSupplier extends Object implements Supplier<uk.gov.gchq.gaffer.data.element.Element>
-
-
Constructor Summary
Constructors Constructor Description ElementsSupplier(Supplier<Set<uk.gov.gchq.gaffer.data.element.Element>> elementSupplier)
-