Class CollectorsSupport

java.lang.Object
net.jqwik.api.support.CollectorsSupport

@API(status=INTERNAL) public class CollectorsSupport extends Object
Provide implementation for stream to collect to LinkedHashSet in order to preserve order and to make random-based generation deterministic
  • Method Details

    • toLinkedHashSet

      public static <T> Collector<T,?,Set<T>> toLinkedHashSet()