Module org.jooq.jool
Package org.jooq.lambda.function
Interface Function12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Function12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R>
A function with 12 arguments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default R
apply(Tuple12<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12> args)
Apply this function to the arguments.R
apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12)
Apply this function to the arguments.default Function11<T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R>
applyPartially(Tuple1<? extends T1> args)
Partially apply this function to the arguments.default Function2<T11,T12,R>
applyPartially(Tuple10<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10> args)
Partially apply this function to the arguments.default Function1<T12,R>
applyPartially(Tuple11<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11> args)
Partially apply this function to the arguments.default Function0<R>
applyPartially(Tuple12<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12> args)
Partially apply this function to the arguments.default Function10<T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R>
applyPartially(Tuple2<? extends T1,? extends T2> args)
Partially apply this function to the arguments.default Function9<T4,T5,T6,T7,T8,T9,T10,T11,T12,R>
applyPartially(Tuple3<? extends T1,? extends T2,? extends T3> args)
Partially apply this function to the arguments.default Function8<T5,T6,T7,T8,T9,T10,T11,T12,R>
applyPartially(Tuple4<? extends T1,? extends T2,? extends T3,? extends T4> args)
Partially apply this function to the arguments.default Function7<T6,T7,T8,T9,T10,T11,T12,R>
applyPartially(Tuple5<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5> args)
Partially apply this function to the arguments.default Function6<T7,T8,T9,T10,T11,T12,R>
applyPartially(Tuple6<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6> args)
Partially apply this function to the arguments.default Function5<T8,T9,T10,T11,T12,R>
applyPartially(Tuple7<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7> args)
Partially apply this function to the arguments.default Function4<T9,T10,T11,T12,R>
applyPartially(Tuple8<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8> args)
Partially apply this function to the arguments.default Function3<T10,T11,T12,R>
applyPartially(Tuple9<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9> args)
Partially apply this function to the arguments.default Function11<T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R>
applyPartially(T1 v1)
Partially apply this function to the arguments.default Function10<T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R>
applyPartially(T1 v1, T2 v2)
Partially apply this function to the arguments.default Function9<T4,T5,T6,T7,T8,T9,T10,T11,T12,R>
applyPartially(T1 v1, T2 v2, T3 v3)
Partially apply this function to the arguments.default Function8<T5,T6,T7,T8,T9,T10,T11,T12,R>
applyPartially(T1 v1, T2 v2, T3 v3, T4 v4)
Partially apply this function to the arguments.default Function7<T6,T7,T8,T9,T10,T11,T12,R>
applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5)
Partially apply this function to the arguments.default Function6<T7,T8,T9,T10,T11,T12,R>
applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6)
Partially apply this function to the arguments.default Function5<T8,T9,T10,T11,T12,R>
applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7)
Partially apply this function to the arguments.default Function4<T9,T10,T11,T12,R>
applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8)
Partially apply this function to the arguments.default Function3<T10,T11,T12,R>
applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9)
Partially apply this function to the arguments.default Function2<T11,T12,R>
applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10)
Partially apply this function to the arguments.default Function1<T12,R>
applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11)
Partially apply this function to the arguments.default Function0<R>
applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12)
Partially apply this function to the arguments.default Function11<T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R>
curry(Tuple1<? extends T1> args)
Deprecated.- UseapplyPartially(Tuple1)
instead.default Function2<T11,T12,R>
curry(Tuple10<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10> args)
Deprecated.- UseapplyPartially(Tuple10)
instead.default Function1<T12,R>
curry(Tuple11<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11> args)
Deprecated.- UseapplyPartially(Tuple11)
instead.default Function0<R>
curry(Tuple12<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12> args)
Deprecated.- UseapplyPartially(Tuple12)
instead.default Function10<T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R>
curry(Tuple2<? extends T1,? extends T2> args)
Deprecated.- UseapplyPartially(Tuple2)
instead.default Function9<T4,T5,T6,T7,T8,T9,T10,T11,T12,R>
curry(Tuple3<? extends T1,? extends T2,? extends T3> args)
Deprecated.- UseapplyPartially(Tuple3)
instead.default Function8<T5,T6,T7,T8,T9,T10,T11,T12,R>
curry(Tuple4<? extends T1,? extends T2,? extends T3,? extends T4> args)
Deprecated.- UseapplyPartially(Tuple4)
instead.default Function7<T6,T7,T8,T9,T10,T11,T12,R>
curry(Tuple5<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5> args)
Deprecated.- UseapplyPartially(Tuple5)
instead.default Function6<T7,T8,T9,T10,T11,T12,R>
curry(Tuple6<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6> args)
Deprecated.- UseapplyPartially(Tuple6)
instead.default Function5<T8,T9,T10,T11,T12,R>
curry(Tuple7<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7> args)
Deprecated.- UseapplyPartially(Tuple7)
instead.default Function4<T9,T10,T11,T12,R>
curry(Tuple8<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8> args)
Deprecated.- UseapplyPartially(Tuple8)
instead.default Function3<T10,T11,T12,R>
curry(Tuple9<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9> args)
Deprecated.- UseapplyPartially(Tuple9)
instead.default Function11<T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R>
curry(T1 v1)
Deprecated.- UseapplyPartially(Object)
instead.default Function10<T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R>
curry(T1 v1, T2 v2)
Deprecated.- UseapplyPartially(Object, Object)
instead.default Function9<T4,T5,T6,T7,T8,T9,T10,T11,T12,R>
curry(T1 v1, T2 v2, T3 v3)
Deprecated.- UseapplyPartially(Object, Object, Object)
instead.default Function8<T5,T6,T7,T8,T9,T10,T11,T12,R>
curry(T1 v1, T2 v2, T3 v3, T4 v4)
Deprecated.- UseapplyPartially(Object, Object, Object, Object)
instead.default Function7<T6,T7,T8,T9,T10,T11,T12,R>
curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5)
Deprecated.- UseapplyPartially(Object, Object, Object, Object, Object)
instead.default Function6<T7,T8,T9,T10,T11,T12,R>
curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6)
Deprecated.default Function5<T8,T9,T10,T11,T12,R>
curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7)
Deprecated.default Function4<T9,T10,T11,T12,R>
curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8)
Deprecated.default Function3<T10,T11,T12,R>
curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9)
Deprecated.default Function2<T11,T12,R>
curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10)
Deprecated.default Function1<T12,R>
curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11)
Deprecated.default Function0<R>
curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12)
-
-
-
Method Detail
-
apply
default R apply(Tuple12<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12> args)
Apply this function to the arguments.- Parameters:
args
- The arguments as a tuple.
-
apply
R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12)
Apply this function to the arguments.
-
applyPartially
default Function11<T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> applyPartially(T1 v1)
Partially apply this function to the arguments.
-
applyPartially
default Function10<T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> applyPartially(T1 v1, T2 v2)
Partially apply this function to the arguments.
-
applyPartially
default Function9<T4,T5,T6,T7,T8,T9,T10,T11,T12,R> applyPartially(T1 v1, T2 v2, T3 v3)
Partially apply this function to the arguments.
-
applyPartially
default Function8<T5,T6,T7,T8,T9,T10,T11,T12,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4)
Partially apply this function to the arguments.
-
applyPartially
default Function7<T6,T7,T8,T9,T10,T11,T12,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5)
Partially apply this function to the arguments.
-
applyPartially
default Function6<T7,T8,T9,T10,T11,T12,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6)
Partially apply this function to the arguments.
-
applyPartially
default Function5<T8,T9,T10,T11,T12,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7)
Partially apply this function to the arguments.
-
applyPartially
default Function4<T9,T10,T11,T12,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8)
Partially apply this function to the arguments.
-
applyPartially
default Function3<T10,T11,T12,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9)
Partially apply this function to the arguments.
-
applyPartially
default Function2<T11,T12,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10)
Partially apply this function to the arguments.
-
applyPartially
default Function1<T12,R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11)
Partially apply this function to the arguments.
-
applyPartially
default Function0<R> applyPartially(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12)
Partially apply this function to the arguments.
-
applyPartially
default Function11<T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> applyPartially(Tuple1<? extends T1> args)
Partially apply this function to the arguments.
-
applyPartially
default Function10<T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> applyPartially(Tuple2<? extends T1,? extends T2> args)
Partially apply this function to the arguments.
-
applyPartially
default Function9<T4,T5,T6,T7,T8,T9,T10,T11,T12,R> applyPartially(Tuple3<? extends T1,? extends T2,? extends T3> args)
Partially apply this function to the arguments.
-
applyPartially
default Function8<T5,T6,T7,T8,T9,T10,T11,T12,R> applyPartially(Tuple4<? extends T1,? extends T2,? extends T3,? extends T4> args)
Partially apply this function to the arguments.
-
applyPartially
default Function7<T6,T7,T8,T9,T10,T11,T12,R> applyPartially(Tuple5<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5> args)
Partially apply this function to the arguments.
-
applyPartially
default Function6<T7,T8,T9,T10,T11,T12,R> applyPartially(Tuple6<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6> args)
Partially apply this function to the arguments.
-
applyPartially
default Function5<T8,T9,T10,T11,T12,R> applyPartially(Tuple7<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7> args)
Partially apply this function to the arguments.
-
applyPartially
default Function4<T9,T10,T11,T12,R> applyPartially(Tuple8<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8> args)
Partially apply this function to the arguments.
-
applyPartially
default Function3<T10,T11,T12,R> applyPartially(Tuple9<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9> args)
Partially apply this function to the arguments.
-
applyPartially
default Function2<T11,T12,R> applyPartially(Tuple10<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10> args)
Partially apply this function to the arguments.
-
applyPartially
default Function1<T12,R> applyPartially(Tuple11<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11> args)
Partially apply this function to the arguments.
-
applyPartially
default Function0<R> applyPartially(Tuple12<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12> args)
Partially apply this function to the arguments.
-
curry
@Deprecated default Function11<T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> curry(T1 v1)
Deprecated.- UseapplyPartially(Object)
instead.Partially apply this function to the arguments.
-
curry
@Deprecated default Function10<T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> curry(T1 v1, T2 v2)
Deprecated.- UseapplyPartially(Object, Object)
instead.Partially apply this function to the arguments.
-
curry
@Deprecated default Function9<T4,T5,T6,T7,T8,T9,T10,T11,T12,R> curry(T1 v1, T2 v2, T3 v3)
Deprecated.- UseapplyPartially(Object, Object, Object)
instead.Partially apply this function to the arguments.
-
curry
@Deprecated default Function8<T5,T6,T7,T8,T9,T10,T11,T12,R> curry(T1 v1, T2 v2, T3 v3, T4 v4)
Deprecated.- UseapplyPartially(Object, Object, Object, Object)
instead.Partially apply this function to the arguments.
-
curry
@Deprecated default Function7<T6,T7,T8,T9,T10,T11,T12,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5)
Deprecated.- UseapplyPartially(Object, Object, Object, Object, Object)
instead.Partially apply this function to the arguments.
-
curry
@Deprecated default Function6<T7,T8,T9,T10,T11,T12,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6)
Deprecated.Partially apply this function to the arguments.
-
curry
@Deprecated default Function5<T8,T9,T10,T11,T12,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7)
Deprecated.Partially apply this function to the arguments.
-
curry
@Deprecated default Function4<T9,T10,T11,T12,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8)
Deprecated.Partially apply this function to the arguments.
-
curry
@Deprecated default Function3<T10,T11,T12,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9)
Deprecated.Partially apply this function to the arguments.
-
curry
@Deprecated default Function2<T11,T12,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10)
Deprecated.Partially apply this function to the arguments.
-
curry
@Deprecated default Function1<T12,R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11)
Deprecated.Partially apply this function to the arguments.
-
curry
@Deprecated default Function0<R> curry(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12)
Deprecated.Partially apply this function to the arguments.
-
curry
@Deprecated default Function11<T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> curry(Tuple1<? extends T1> args)
Deprecated.- UseapplyPartially(Tuple1)
instead.Partially apply this function to the arguments.
-
curry
@Deprecated default Function10<T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,R> curry(Tuple2<? extends T1,? extends T2> args)
Deprecated.- UseapplyPartially(Tuple2)
instead.Partially apply this function to the arguments.
-
curry
@Deprecated default Function9<T4,T5,T6,T7,T8,T9,T10,T11,T12,R> curry(Tuple3<? extends T1,? extends T2,? extends T3> args)
Deprecated.- UseapplyPartially(Tuple3)
instead.Partially apply this function to the arguments.
-
curry
@Deprecated default Function8<T5,T6,T7,T8,T9,T10,T11,T12,R> curry(Tuple4<? extends T1,? extends T2,? extends T3,? extends T4> args)
Deprecated.- UseapplyPartially(Tuple4)
instead.Partially apply this function to the arguments.
-
curry
@Deprecated default Function7<T6,T7,T8,T9,T10,T11,T12,R> curry(Tuple5<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5> args)
Deprecated.- UseapplyPartially(Tuple5)
instead.Partially apply this function to the arguments.
-
curry
@Deprecated default Function6<T7,T8,T9,T10,T11,T12,R> curry(Tuple6<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6> args)
Deprecated.- UseapplyPartially(Tuple6)
instead.Partially apply this function to the arguments.
-
curry
@Deprecated default Function5<T8,T9,T10,T11,T12,R> curry(Tuple7<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7> args)
Deprecated.- UseapplyPartially(Tuple7)
instead.Partially apply this function to the arguments.
-
curry
@Deprecated default Function4<T9,T10,T11,T12,R> curry(Tuple8<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8> args)
Deprecated.- UseapplyPartially(Tuple8)
instead.Partially apply this function to the arguments.
-
curry
@Deprecated default Function3<T10,T11,T12,R> curry(Tuple9<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9> args)
Deprecated.- UseapplyPartially(Tuple9)
instead.Partially apply this function to the arguments.
-
curry
@Deprecated default Function2<T11,T12,R> curry(Tuple10<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10> args)
Deprecated.- UseapplyPartially(Tuple10)
instead.Partially apply this function to the arguments.
-
curry
@Deprecated default Function1<T12,R> curry(Tuple11<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11> args)
Deprecated.- UseapplyPartially(Tuple11)
instead.Partially apply this function to the arguments.
-
curry
@Deprecated default Function0<R> curry(Tuple12<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12> args)
Deprecated.- UseapplyPartially(Tuple12)
instead.Partially apply this function to the arguments.
-
-