Package org.apache.beam.sdk.testing
Class PAssert.MatcherCheckerFn<T>
java.lang.Object
org.apache.beam.sdk.testing.PAssert.MatcherCheckerFn<T>
- All Implemented Interfaces:
Serializable
,ProcessFunction<T,
,Void> SerializableFunction<T,
Void>
- Enclosing class:
PAssert
protected static class PAssert.MatcherCheckerFn<T>
extends Object
implements SerializableFunction<T,Void>
Check that the passed-in matchers match the existing data.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MatcherCheckerFn
-
-
Method Details
-
apply
Description copied from interface:SerializableFunction
Returns the result of invoking this function on the given input.- Specified by:
apply
in interfaceProcessFunction<T,
Void> - Specified by:
apply
in interfaceSerializableFunction<T,
Void>
-