public static interface DataflowAssert.AssertRelation<ActualT,ExpectedT> extends Serializable
Actual and Expected.
Implemented as a method assertFor(Expected) which returns
a SerializableFunction<Actual, Void>
that should verify the assertion..| Modifier and Type | Method and Description |
|---|---|
SerializableFunction<ActualT,Void> |
assertFor(ExpectedT input) |
SerializableFunction<ActualT,Void> assertFor(ExpectedT input)