Package net.jqwik.api
Class EdgeCases.EdgeCasesFacade
- java.lang.Object
- 
- net.jqwik.api.EdgeCases.EdgeCasesFacade
 
- 
- 
Constructor SummaryConstructors Constructor Description EdgeCasesFacade()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <T> EdgeCases<T>fromSuppliers(java.util.List<java.util.function.Supplier<Shrinkable<T>>> suppliers)
 
- 
- 
- 
Method Detail- 
fromSupplierspublic abstract <T> EdgeCases<T> fromSuppliers(java.util.List<java.util.function.Supplier<Shrinkable<T>>> suppliers) 
 
- 
 
-