Package net.jqwik.engine.properties
Interface FeatureExtractor<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Objectdefault booleanareUnique(Collection<T> elements) static <T> FeatureExtractor<T>identity()default booleanisUniqueIn(T value, Collection<T> elements)
-
Method Details
-
identity
-
applySafe
-
isUniqueIn
-
areUnique
-