Package | Description |
---|---|
org.jooq.lambda.function |
This package contains function types of various degrees.
|
org.jooq.lambda.tuple |
This package contains tuple types of various degrees.
|
Modifier and Type | Method and Description |
---|---|
default Consumer1<T2> |
Consumer2.acceptPartially(T1 v1)
Let this consumer partially accept the arguments.
|
default Consumer1<T3> |
Consumer3.acceptPartially(T1 v1,
T2 v2)
Let this consumer partially accept the arguments.
|
default Consumer1<T4> |
Consumer4.acceptPartially(T1 v1,
T2 v2,
T3 v3)
Let this consumer partially accept the arguments.
|
default Consumer1<T5> |
Consumer5.acceptPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4)
Let this consumer partially accept the arguments.
|
default Consumer1<T6> |
Consumer6.acceptPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5)
Let this consumer partially accept the arguments.
|
default Consumer1<T7> |
Consumer7.acceptPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6)
Let this consumer partially accept the arguments.
|
default Consumer1<T8> |
Consumer8.acceptPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7)
Let this consumer partially accept the arguments.
|
default Consumer1<T9> |
Consumer9.acceptPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8)
Let this consumer partially accept the arguments.
|
default Consumer1<T10> |
Consumer10.acceptPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9)
Let this consumer partially accept the arguments.
|
default Consumer1<T11> |
Consumer11.acceptPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10)
Let this consumer partially accept the arguments.
|
default Consumer1<T12> |
Consumer12.acceptPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10,
T11 v11)
Let this consumer partially accept the arguments.
|
default Consumer1<T13> |
Consumer13.acceptPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10,
T11 v11,
T12 v12)
Let this consumer partially accept the arguments.
|
default Consumer1<T14> |
Consumer14.acceptPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10,
T11 v11,
T12 v12,
T13 v13)
Let this consumer partially accept the arguments.
|
default Consumer1<T15> |
Consumer15.acceptPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10,
T11 v11,
T12 v12,
T13 v13,
T14 v14)
Let this consumer partially accept the arguments.
|
default Consumer1<T16> |
Consumer16.acceptPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10,
T11 v11,
T12 v12,
T13 v13,
T14 v14,
T15 v15)
Let this consumer partially accept the arguments.
|
default Consumer1<T2> |
Consumer2.acceptPartially(Tuple1<? extends T1> args)
Let this consumer partially accept the arguments.
|
default Consumer1<T11> |
Consumer11.acceptPartially(Tuple10<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10> args)
Let this consumer partially accept the arguments.
|
default Consumer1<T12> |
Consumer12.acceptPartially(Tuple11<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11> args)
Let this consumer partially accept the arguments.
|
default Consumer1<T13> |
Consumer13.acceptPartially(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)
Let this consumer partially accept the arguments.
|
default Consumer1<T14> |
Consumer14.acceptPartially(Tuple13<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12,? extends T13> args)
Let this consumer partially accept the arguments.
|
default Consumer1<T15> |
Consumer15.acceptPartially(Tuple14<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12,? extends T13,? extends T14> args)
Let this consumer partially accept the arguments.
|
default Consumer1<T16> |
Consumer16.acceptPartially(Tuple15<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9,? extends T10,? extends T11,? extends T12,? extends T13,? extends T14,? extends T15> args)
Let this consumer partially accept the arguments.
|
default Consumer1<T3> |
Consumer3.acceptPartially(Tuple2<? extends T1,? extends T2> args)
Let this consumer partially accept the arguments.
|
default Consumer1<T4> |
Consumer4.acceptPartially(Tuple3<? extends T1,? extends T2,? extends T3> args)
Let this consumer partially accept the arguments.
|
default Consumer1<T5> |
Consumer5.acceptPartially(Tuple4<? extends T1,? extends T2,? extends T3,? extends T4> args)
Let this consumer partially accept the arguments.
|
default Consumer1<T6> |
Consumer6.acceptPartially(Tuple5<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5> args)
Let this consumer partially accept the arguments.
|
default Consumer1<T7> |
Consumer7.acceptPartially(Tuple6<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6> args)
Let this consumer partially accept the arguments.
|
default Consumer1<T8> |
Consumer8.acceptPartially(Tuple7<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7> args)
Let this consumer partially accept the arguments.
|
default Consumer1<T9> |
Consumer9.acceptPartially(Tuple8<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8> args)
Let this consumer partially accept the arguments.
|
default Consumer1<T10> |
Consumer10.acceptPartially(Tuple9<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6,? extends T7,? extends T8,? extends T9> args)
Let this consumer partially accept the arguments.
|
static <T1> Consumer1<T1> |
Consumer1.from(java.util.function.Consumer<? super T1> consumer)
Convert to this consumer from a
Consumer . |
Modifier and Type | Method and Description |
---|---|
static <T1,T2> Consumer1<Tuple2<T1,T2>> |
Tuple.consumer(java.util.function.BiConsumer<T1,T2> consumer)
Construct a tuple consumer of degree 2.
|
static <T1> Consumer1<Tuple1<T1>> |
Tuple.consumer(java.util.function.Consumer<T1> consumer)
Construct a tuple consumer of degree 1.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
Tuple.consumer(Consumer10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> consumer)
Construct a tuple consumer of degree 10.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
Tuple.consumer(Consumer11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> consumer)
Construct a tuple consumer of degree 11.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
Tuple.consumer(Consumer12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> consumer)
Construct a tuple consumer of degree 12.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
Tuple.consumer(Consumer13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> consumer)
Construct a tuple consumer of degree 13.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
Tuple.consumer(Consumer14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> consumer)
Construct a tuple consumer of degree 14.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
Tuple.consumer(Consumer15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> consumer)
Construct a tuple consumer of degree 15.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
Tuple.consumer(Consumer16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> consumer)
Construct a tuple consumer of degree 16.
|
static <T1,T2,T3> Consumer1<Tuple3<T1,T2,T3>> |
Tuple.consumer(Consumer3<T1,T2,T3> consumer)
Construct a tuple consumer of degree 3.
|
static <T1,T2,T3,T4> |
Tuple.consumer(Consumer4<T1,T2,T3,T4> consumer)
Construct a tuple consumer of degree 4.
|
static <T1,T2,T3,T4,T5> |
Tuple.consumer(Consumer5<T1,T2,T3,T4,T5> consumer)
Construct a tuple consumer of degree 5.
|
static <T1,T2,T3,T4,T5,T6> |
Tuple.consumer(Consumer6<T1,T2,T3,T4,T5,T6> consumer)
Construct a tuple consumer of degree 6.
|
static <T1,T2,T3,T4,T5,T6,T7> |
Tuple.consumer(Consumer7<T1,T2,T3,T4,T5,T6,T7> consumer)
Construct a tuple consumer of degree 7.
|
static <T1,T2,T3,T4,T5,T6,T7,T8> |
Tuple.consumer(Consumer8<T1,T2,T3,T4,T5,T6,T7,T8> consumer)
Construct a tuple consumer of degree 8.
|
static <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Tuple.consumer(Consumer9<T1,T2,T3,T4,T5,T6,T7,T8,T9> consumer)
Construct a tuple consumer of degree 9.
|
static Consumer1<Tuple0> |
Tuple.consumer(Runnable consumer)
Construct a tuple consumer of degree 0.
|
Copyright © 2016. All Rights Reserved.