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
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> JdbcOutputFormat.RecordExtractor<T,T> |
identity() |
andThen, apply, composestatic <T> JdbcOutputFormat.RecordExtractor<T,T> identity()
identity 在接口中 java.util.function.Function<F,T>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.