Uses of Class
org.jooq.lambda.tuple.Tuple0
Packages that use Tuple0
Package
Description
This package contains function types of various degrees.
This package contains tuple types of various degrees.
-
Uses of Tuple0 in org.jooq.lambda.function
Methods in org.jooq.lambda.function with parameters of type Tuple0 -
Uses of Tuple0 in org.jooq.lambda.tuple
Methods in org.jooq.lambda.tuple that return Tuple0Modifier and TypeMethodDescriptionTuple0.clone()final Tuple0Tuple0.limit0()Limit this tuple to degree 0.final Tuple0Tuple1.limit0()Limit this tuple to degree 0.final Tuple0Tuple10.limit0()Limit this tuple to degree 0.final Tuple0Tuple11.limit0()Limit this tuple to degree 0.final Tuple0Tuple12.limit0()Limit this tuple to degree 0.final Tuple0Tuple13.limit0()Limit this tuple to degree 0.final Tuple0Tuple14.limit0()Limit this tuple to degree 0.final Tuple0Tuple15.limit0()Limit this tuple to degree 0.final Tuple0Tuple16.limit0()Limit this tuple to degree 0.final Tuple0Tuple2.limit0()Limit this tuple to degree 0.final Tuple0Tuple3.limit0()Limit this tuple to degree 0.final Tuple0Tuple4.limit0()Limit this tuple to degree 0.final Tuple0Tuple5.limit0()Limit this tuple to degree 0.final Tuple0Tuple6.limit0()Limit this tuple to degree 0.final Tuple0Tuple7.limit0()Limit this tuple to degree 0.final Tuple0Tuple8.limit0()Limit this tuple to degree 0.final Tuple0Tuple9.limit0()Limit this tuple to degree 0.final Tuple0Tuple0.skip0()Skip 0 degrees from this tuple.final Tuple0Tuple1.skip1()Skip 1 degrees from this tuple.final Tuple0Tuple10.skip10()Skip 10 degrees from this tuple.final Tuple0Tuple11.skip11()Skip 11 degrees from this tuple.final Tuple0Tuple12.skip12()Skip 12 degrees from this tuple.final Tuple0Tuple13.skip13()Skip 13 degrees from this tuple.final Tuple0Tuple14.skip14()Skip 14 degrees from this tuple.final Tuple0Tuple15.skip15()Skip 15 degrees from this tuple.final Tuple0Tuple16.skip16()Skip 16 degrees from this tuple.final Tuple0Tuple2.skip2()Skip 2 degrees from this tuple.final Tuple0Tuple3.skip3()Skip 3 degrees from this tuple.final Tuple0Tuple4.skip4()Skip 4 degrees from this tuple.final Tuple0Tuple5.skip5()Skip 5 degrees from this tuple.final Tuple0Tuple6.skip6()Skip 6 degrees from this tuple.final Tuple0Tuple7.skip7()Skip 7 degrees from this tuple.final Tuple0Tuple8.skip8()Skip 8 degrees from this tuple.final Tuple0Tuple9.skip9()Skip 9 degrees from this tuple.static Tuple0Tuple.tuple()Construct a tuple of degree 0.Methods in org.jooq.lambda.tuple that return types with arguments of type Tuple0Modifier and TypeMethodDescriptionConstruct a tuple consumer of degree 0.Construct a tuple function of degree 0.Tuple0.split0()Split this tuple into two tuples of degree 0 and 0.Tuple0.split0()Split this tuple into two tuples of degree 0 and 0.Tuple1.split0()Split this tuple into two tuples of degree 0 and 1.Tuple10.split0()Split this tuple into two tuples of degree 0 and 10.Tuple11.split0()Split this tuple into two tuples of degree 0 and 11.Tuple12.split0()Split this tuple into two tuples of degree 0 and 12.Tuple13.split0()Split this tuple into two tuples of degree 0 and 13.Tuple14.split0()Split this tuple into two tuples of degree 0 and 14.Tuple15.split0()Split this tuple into two tuples of degree 0 and 15.Tuple16.split0()Split this tuple into two tuples of degree 0 and 16.Tuple2.split0()Split this tuple into two tuples of degree 0 and 2.Tuple3.split0()Split this tuple into two tuples of degree 0 and 3.Tuple4.split0()Split this tuple into two tuples of degree 0 and 4.Tuple5.split0()Split this tuple into two tuples of degree 0 and 5.Tuple6.split0()Split this tuple into two tuples of degree 0 and 6.Tuple7.split0()Split this tuple into two tuples of degree 0 and 7.Tuple8.split0()Split this tuple into two tuples of degree 0 and 8.Tuple9.split0()Split this tuple into two tuples of degree 0 and 9.Tuple1.split1()Split this tuple into two tuples of degree 1 and 0.Tuple10.split10()Split this tuple into two tuples of degree 10 and 0.Tuple11.split11()Split this tuple into two tuples of degree 11 and 0.Tuple12.split12()Split this tuple into two tuples of degree 12 and 0.Tuple13.split13()Split this tuple into two tuples of degree 13 and 0.Tuple14.split14()Split this tuple into two tuples of degree 14 and 0.Tuple15.split15()Split this tuple into two tuples of degree 15 and 0.Tuple16.split16()Split this tuple into two tuples of degree 16 and 0.Tuple2.split2()Split this tuple into two tuples of degree 2 and 0.Tuple3.split3()Split this tuple into two tuples of degree 3 and 0.Tuple4.split4()Split this tuple into two tuples of degree 4 and 0.Tuple5.split5()Split this tuple into two tuples of degree 5 and 0.Tuple6.split6()Split this tuple into two tuples of degree 6 and 0.Tuple7.split7()Split this tuple into two tuples of degree 7 and 0.Tuple8.split8()Split this tuple into two tuples of degree 8 and 0.Tuple9.split9()Split this tuple into two tuples of degree 9 and 0.Methods in org.jooq.lambda.tuple with parameters of type Tuple0Constructors in org.jooq.lambda.tuple with parameters of type Tuple0