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