protected static class PAssert.PCollectionContentsAssert.MatcherCheckerFn<T> extends java.lang.Object implements SerializableFunction<T,java.lang.Void>
| Constructor and Description | 
|---|
MatcherCheckerFn(SerializableMatcher<T> matcher)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Void | 
apply(T actual)
Returns the result of invoking this function on the given input. 
 | 
public MatcherCheckerFn(SerializableMatcher<T> matcher)
@Nullable public java.lang.Void apply(T actual)
SerializableFunctionapply in interface SerializableFunction<T,java.lang.Void>