Interface ShuffleSpec<T>

Type Parameters:
T - the type of elements
All Superinterfaces:
GeneratorSpec<Collection<T>>, Supplier<Collection<T>>, ValueSpec<Collection<T>>

@ExperimentalApi public interface ShuffleSpec<T> extends ValueSpec<Collection<T>>
Spec for shuffling elements in a random order, providing the results as a Collection.
Since:
5.0.0