-
- All Known Implementing Classes:
ContractLongCondition
@Immutable public interface ContractLongConditionTypeAlongspecialized version of theContractConditionTypetype.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LongFunction<String>describer()LongPredicatepredicate()
-
-
-
Method Detail
-
predicate
@Parameter(order=0) LongPredicate predicate()
- Returns:
- A predicate that must evaluate to
truefor the contract to hold
-
describer
@Parameter(order=1) LongFunction<String> describer()
- Returns:
- A function that returns a textual description of the predicate
-
-