Package org.apache.iceberg.util
Interface SerializableFunction<S,T>
- Type Parameters:
S
- Java class of source valuesT
- Java class of transformed values
- All Superinterfaces:
Function<S,
,T> Serializable
A concrete transform function that applies a transform to values of a certain type.
-
Method Summary