Uses of Interface
org.jooq.Function13
Packages that use Function13
-
Uses of Function13 in org.jooq
Methods in org.jooq that return Function13Modifier and TypeMethodDescriptionstatic final <T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R>
@NotNull Function13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R> Functions.nullOnAllNull
(Function13<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9, ? super T10, ? super T11, ? super T12, ? super T13, ? extends R> function) A function that short circuits the argument function returningnull
if all arguments arenull
.static final <T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R>
@NotNull Function13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R> Functions.nullOnAnyNull
(Function13<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9, ? super T10, ? super T11, ? super T12, ? super T13, ? extends R> function) A function that short circuits the argument function returningnull
if any argument isnull
.Methods in org.jooq with parameters of type Function13Modifier and TypeMethodDescriptionstatic final <T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R extends Record13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, U>
RecordMapper<R, U> Records.mapping
(Function13<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9, ? super T10, ? super T11, ? super T12, ? super T13, ? extends U> function) Create aRecordMapper
that can map fromRecord13
to a user type in a type safe way.<U> @NotNull SelectField
<U> Row13.mapping
(Class<U> uType, Function13<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9, ? super T10, ? super T11, ? super T12, ? super T13, ? extends U> function) A convenience method to define a localRecord13
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.<U> @NotNull SelectField
<U> Row13.mapping
(Function13<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9, ? super T10, ? super T11, ? super T12, ? super T13, ? extends U> function) A convenience method to define a localRecord13
to custom typeRecordMapper
that can be used when projectingRow
types inSELECT
orRETURNING
clauses.static final <T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R>
@NotNull Function13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R> Functions.nullOnAllNull
(Function13<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9, ? super T10, ? super T11, ? super T12, ? super T13, ? extends R> function) A function that short circuits the argument function returningnull
if all arguments arenull
.static final <T1,
T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R>
@NotNull Function13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R> Functions.nullOnAnyNull
(Function13<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? super T9, ? super T10, ? super T11, ? super T12, ? super T13, ? extends R> function) A function that short circuits the argument function returningnull
if any argument isnull
.