Package net.jqwik.api
Schnittstelle EdgeCases<T extends @Nullable Object>
- Alle Superschnittstellen:
Iterable<Shrinkable<T>>
@API(status=EXPERIMENTAL,
since="1.3.0")
public interface EdgeCases<T extends @Nullable Object>
extends Iterable<Shrinkable<T>>
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypSchnittstelleBeschreibungstatic interface
static class
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfromSupplier
(Supplier<Shrinkable<T>> supplier) fromSuppliers
(List<Supplier<Shrinkable<T>>> suppliers) default boolean
isEmpty()
default Iterator
<Shrinkable<T>> iterator()
none()
default int
size()
List
<Supplier<Shrinkable<T>>> Von Schnittstelle geerbte Methoden java.lang.Iterable
forEach, spliterator
-
Methodendetails
-
suppliers
List<Supplier<Shrinkable<T>>> suppliers() -
size
default int size() -
isEmpty
default boolean isEmpty() -
iterator
-
fromSuppliers
@API(status=INTERNAL) static <T extends @Nullable Object> EdgeCases<T> fromSuppliers(List<Supplier<Shrinkable<T>>> suppliers) -
none
-
fromSupplier
@API(status=INTERNAL) static <T extends @Nullable Object> EdgeCases<T> fromSupplier(Supplier<Shrinkable<T>> supplier)
-