Package | Description |
---|---|
org.jooq.lambda.function |
This package contains function types of various degrees.
|
Modifier and Type | Method and Description |
---|---|
default Consumer0 |
Consumer1.acceptPartially(T1 v1)
Let this consumer partially accept the arguments.
|
default Consumer0 |
Consumer2.acceptPartially(T1 v1,
T2 v2)
Let this consumer partially accept the arguments.
|
default Consumer0 |
Consumer3.acceptPartially(T1 v1,
T2 v2,
T3 v3)
Let this consumer partially accept the arguments.
|
default Consumer0 |
Consumer4.acceptPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4)
Let this consumer partially accept the arguments.
|
default Consumer0 |
Consumer5.acceptPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5)
Let this consumer partially accept the arguments.
|
default Consumer0 |
Consumer6.acceptPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6)
Let this consumer partially accept the arguments.
|
default Consumer0 |
Consumer7.acceptPartially(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7)
Let this consumer partially accept the arguments.
|
default Consumer0 |
Consumer8.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 Consumer0 |
Consumer9.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 Consumer0 |
Consumer10.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 Consumer0 |
Consumer11.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 Consumer0 |
Consumer12.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 Consumer0 |
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,
T13 v13)
Let this consumer partially accept the arguments.
|
default Consumer0 |
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,
T14 v14)
Let this consumer partially accept the arguments.
|
default Consumer0 |
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,
T15 v15)
Let this consumer partially accept the arguments.
|
default Consumer0 |
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,
T16 v16)
Let this consumer partially accept the arguments.
|
default Consumer0 |
Consumer1.acceptPartially(Tuple1<? extends T1> args)
Let this consumer partially accept the arguments.
|
default Consumer0 |
Consumer10.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 Consumer0 |
Consumer11.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 Consumer0 |
Consumer12.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 Consumer0 |
Consumer13.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 Consumer0 |
Consumer14.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 Consumer0 |
Consumer15.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 Consumer0 |
Consumer16.acceptPartially(Tuple16<? 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,? extends T16> args)
Let this consumer partially accept the arguments.
|
default Consumer0 |
Consumer2.acceptPartially(Tuple2<? extends T1,? extends T2> args)
Let this consumer partially accept the arguments.
|
default Consumer0 |
Consumer3.acceptPartially(Tuple3<? extends T1,? extends T2,? extends T3> args)
Let this consumer partially accept the arguments.
|
default Consumer0 |
Consumer4.acceptPartially(Tuple4<? extends T1,? extends T2,? extends T3,? extends T4> args)
Let this consumer partially accept the arguments.
|
default Consumer0 |
Consumer5.acceptPartially(Tuple5<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5> args)
Let this consumer partially accept the arguments.
|
default Consumer0 |
Consumer6.acceptPartially(Tuple6<? extends T1,? extends T2,? extends T3,? extends T4,? extends T5,? extends T6> args)
Let this consumer partially accept the arguments.
|
default Consumer0 |
Consumer7.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 Consumer0 |
Consumer8.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 Consumer0 |
Consumer9.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 Consumer0 |
Consumer0.from(Runnable runnable)
Convert to this consumer from a
Runnable . |
Copyright © 2016. All Rights Reserved.