Package org.hamcrest
Interface Condition.Step<I,O>
- Type Parameters:
I
- the initial value typeO
- the next step value type
public static interface Condition.Step<I,O>
Represents a single step in a multi-step sequence
-
Method Summary
Modifier and TypeMethodDescriptionapply
(I value, Description mismatch) Apply this condition to a value
-
Method Details
-
apply
Apply this condition to a value- Parameters:
value
- the value to matchmismatch
- the description for mismatches- Returns:
- the next condition
-