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:SerializableFunctionReturns the result of invoking this function on the given input.- Specified by:
 applyin interfaceProcessFunction<T,Void> - Specified by:
 applyin interfaceSerializableFunction<T,Void> 
 
 -