T - type of the input data.@FunctionalInterface public interface FilterFunction<T> extends Function
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(T value)
The filter function that evaluates the predicate.
|
loadCheckpoint, saveCheckpointCopyright © 2021. All rights reserved.