F - The type of given argumentT - The type of the return valuepublic static interface JdbcOutputFormat.RecordExtractor<F,T> extends java.util.function.Function<F,T>, Serializable
| Modifier and Type | Method and Description |
|---|---|
static <T> JdbcOutputFormat.RecordExtractor<T,T> |
identity() |
andThen, apply, composestatic <T> JdbcOutputFormat.RecordExtractor<T,T> identity()
identity in interface java.util.function.Function<F,T>Copyright © 2022–2024 The Apache Software Foundation. All rights reserved.