public class CheckStopReadingFnWrapper extends java.lang.Object implements CheckStopReadingFn
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Boolean | 
apply(TopicPartition input)
Returns the result of invoking this function on the given input. 
 | 
static @Nullable CheckStopReadingFnWrapper | 
of(@Nullable SerializableFunction<TopicPartition,java.lang.Boolean> serializableFunction)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetup, teardownpublic static @Nullable CheckStopReadingFnWrapper of(@Nullable SerializableFunction<TopicPartition,java.lang.Boolean> serializableFunction)
public java.lang.Boolean apply(TopicPartition input)
SerializableFunctionapply in interface ProcessFunction<TopicPartition,java.lang.Boolean>apply in interface SerializableFunction<TopicPartition,java.lang.Boolean>