public static class DataflowAssert.AssertThat<Actual,Expected> extends java.lang.Object implements SerializableFunction<Actual,java.lang.Void>
SerializableFunction that performs an
Assert.assertThat() operation using a
Matcher operation.
The MatcherFactory should take an Expected and
produce a Matcher to be used to check an Actual value
against.
public java.lang.Void apply(Actual in)
SerializableFunctionapply in interface SerializableFunction<Actual,java.lang.Void>