-
- Type Parameters:
T- The type of input values
- All Known Implementing Classes:
ContractCondition
@Immutable public interface ContractConditionType<T>An individual predicate in a contract.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Function<T,String>describer()Predicate<T>predicate()
-