Package net.jqwik.api

Interface EdgeCases<T>

All Superinterfaces:
Iterable<Shrinkable<T>>

@API(status=EXPERIMENTAL, since="1.3.0") public interface EdgeCases<T> extends Iterable<Shrinkable<T>>