T - type of the input data.@FunctionalInterface public interface FilterFunction<T> extends Function
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
filter(T value)
The filter function that evaluates the predicate.
|
loadCheckpoint, saveCheckpointCopyright © 2022. All rights reserved.