Uses of Interface
org.jooq.Function4
Packages that use Function4
-
Uses of Function4 in org.jooq
Modifier and TypeMethodDescriptionstatic <T1, T2, T3, T4, R extends Record4<T1, T2, T3, T4>, U>
RecordMapper<R,U>Create aRecordMapperthat can map fromRecord4to a user type in a type safe way.<U> @NotNull SelectField<U>Row4.mapping(Class<U> uType, Function4<? super T1,? super T2,? super T3,? super T4,? extends U> function)A convenience method to define a localRecord4to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.<U> @NotNull SelectField<U>A convenience method to define a localRecord4to custom typeRecordMapperthat can be used when projectingRowtypes inSELECTorRETURNINGclauses.