protected static class PAssert.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 | 
|---|---|
@Nullable java.lang.Void | 
apply(T actual)
Returns the result of invoking this function on the given input. 
 | 
public MatcherCheckerFn(SerializableMatcher<T> matcher)
public @Nullable java.lang.Void apply(T actual)
SerializableFunctionapply in interface ProcessFunction<T,java.lang.Void>apply in interface SerializableFunction<T,java.lang.Void>