Interface OneOfCollectionSpec<T>

Type Parameters:
T - type of value
All Superinterfaces:
GeneratorSpec<T>, NullableGeneratorSpec<T>, OneOfCollectionGeneratorSpec<T>, Supplier<T>, ValueSpec<T>

public interface OneOfCollectionSpec<T> extends ValueSpec<T>, OneOfCollectionGeneratorSpec<T>
Spec for selecting a random value from a collection.
Since:
2.6.0