T
- The type of@FunctionalInterface
@API(status=STABLE,
since="1.0")
public interface Falsifier<T>
Modifier and Type | Method and Description |
---|---|
TryExecutionResult |
execute(T t) |
default Falsifier<T> |
withFilter(java.util.function.Predicate<T> filter) |
@API(status=INTERNAL) TryExecutionResult execute(T t)