Interface IteratorArbitrary<T>

All Superinterfaces:
Arbitrary<Iterator<T>>, SizableArbitrary<Iterator<T>>, StreamableArbitrary<T,Iterator<T>>

@API(status=MAINTAINED, since="1.3.2") public interface IteratorArbitrary<T> extends Arbitrary<Iterator<T>>, StreamableArbitrary<T,Iterator<T>>
Fluent interface to add functionality to arbitraries that generate instances of type Iterator