Uses of Interface
org.jooq.Function11
Packages that use Function11
-
Uses of Function11 in org.jooq
Methods in org.jooq with parameters of type Function11Modifier and TypeMethodDescriptionstatic <T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, R extends Record11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, U>
RecordMapper<R,U>Records.mapping(Function11<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? extends U> function)Create aRecordMapperthat can map fromRecord11to a user type in a type safe way.<U> @NotNull SelectField<U>Row11.mapping(Class<U> uType, Function11<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? extends U> function)A convenience method to define a localRecord11to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<U> @NotNull SelectField<U>Row11.mapping(Function11<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,? super T8,? super T9,? super T10,? super T11,? extends U> function)A convenience method to define a localRecord11to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.