- accept(T, U) - Method in interface org.jooq.lambda.fi.util.function.CheckedBiConsumer
-
Performs this operation on the given arguments.
- accept(T) - Method in interface org.jooq.lambda.fi.util.function.CheckedConsumer
-
Performs this operation on the given argument.
- accept(double) - Method in interface org.jooq.lambda.fi.util.function.CheckedDoubleConsumer
-
Performs this operation on the given argument.
- accept(int) - Method in interface org.jooq.lambda.fi.util.function.CheckedIntConsumer
-
Performs this operation on the given argument.
- accept(long) - Method in interface org.jooq.lambda.fi.util.function.CheckedLongConsumer
-
Performs this operation on the given argument.
- accept(T, double) - Method in interface org.jooq.lambda.fi.util.function.CheckedObjDoubleConsumer
-
Performs this operation on the given arguments.
- accept(T, int) - Method in interface org.jooq.lambda.fi.util.function.CheckedObjIntConsumer
-
Performs this operation on the given arguments.
- accept(T, long) - Method in interface org.jooq.lambda.fi.util.function.CheckedObjLongConsumer
-
Performs this operation on the given arguments.
- apply(T, U) - Method in interface org.jooq.lambda.fi.util.function.CheckedBiFunction
-
Applies this function to the given arguments.
- apply(double) - Method in interface org.jooq.lambda.fi.util.function.CheckedDoubleFunction
-
Applies this function to the given argument.
- apply(T) - Method in interface org.jooq.lambda.fi.util.function.CheckedFunction
-
Applies this function to the given argument.
- apply(int) - Method in interface org.jooq.lambda.fi.util.function.CheckedIntFunction
-
Applies this function to the given argument.
- apply(long) - Method in interface org.jooq.lambda.fi.util.function.CheckedLongFunction
-
Applies this function to the given argument.
- apply() - Method in interface org.jooq.lambda.function.Function0
-
Apply this function to the arguments.
- apply(Tuple0) - Method in interface org.jooq.lambda.function.Function0
-
Apply this function to the arguments.
- apply(Tuple1<T1>) - Method in interface org.jooq.lambda.function.Function1
-
Apply this function to the arguments.
- apply(T1) - Method in interface org.jooq.lambda.function.Function1
-
Apply this function to the arguments.
- apply(Tuple2<T1, T2>) - Method in interface org.jooq.lambda.function.Function2
-
Apply this function to the arguments.
- apply(T1, T2) - Method in interface org.jooq.lambda.function.Function2
-
Apply this function to the arguments.
- apply(Tuple3<T1, T2, T3>) - Method in interface org.jooq.lambda.function.Function3
-
Apply this function to the arguments.
- apply(T1, T2, T3) - Method in interface org.jooq.lambda.function.Function3
-
Apply this function to the arguments.
- apply(Tuple4<T1, T2, T3, T4>) - Method in interface org.jooq.lambda.function.Function4
-
Apply this function to the arguments.
- apply(T1, T2, T3, T4) - Method in interface org.jooq.lambda.function.Function4
-
Apply this function to the arguments.
- apply(Tuple5<T1, T2, T3, T4, T5>) - Method in interface org.jooq.lambda.function.Function5
-
Apply this function to the arguments.
- apply(T1, T2, T3, T4, T5) - Method in interface org.jooq.lambda.function.Function5
-
Apply this function to the arguments.
- apply(Tuple6<T1, T2, T3, T4, T5, T6>) - Method in interface org.jooq.lambda.function.Function6
-
Apply this function to the arguments.
- apply(T1, T2, T3, T4, T5, T6) - Method in interface org.jooq.lambda.function.Function6
-
Apply this function to the arguments.
- apply(Tuple7<T1, T2, T3, T4, T5, T6, T7>) - Method in interface org.jooq.lambda.function.Function7
-
Apply this function to the arguments.
- apply(T1, T2, T3, T4, T5, T6, T7) - Method in interface org.jooq.lambda.function.Function7
-
Apply this function to the arguments.
- apply(Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in interface org.jooq.lambda.function.Function8
-
Apply this function to the arguments.
- apply(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface org.jooq.lambda.function.Function8
-
Apply this function to the arguments.
- applyAsDouble(double, double) - Method in interface org.jooq.lambda.fi.util.function.CheckedDoubleBinaryOperator
-
Applies this operator to the given operands.
- applyAsDouble(double) - Method in interface org.jooq.lambda.fi.util.function.CheckedDoubleUnaryOperator
-
Applies this operator to the given operand.
- applyAsDouble(int) - Method in interface org.jooq.lambda.fi.util.function.CheckedIntToDoubleFunction
-
Applies this function to the given argument.
- applyAsDouble(long) - Method in interface org.jooq.lambda.fi.util.function.CheckedLongToDoubleFunction
-
Applies this function to the given argument.
- applyAsDouble(T, U) - Method in interface org.jooq.lambda.fi.util.function.CheckedToDoubleBiFunction
-
Applies this function to the given arguments.
- applyAsDouble(T) - Method in interface org.jooq.lambda.fi.util.function.CheckedToDoubleFunction
-
Applies this function to the given argument.
- applyAsInt(double) - Method in interface org.jooq.lambda.fi.util.function.CheckedDoubleToIntFunction
-
Applies this function to the given argument.
- applyAsInt(int, int) - Method in interface org.jooq.lambda.fi.util.function.CheckedIntBinaryOperator
-
Applies this operator to the given operands.
- applyAsInt(int) - Method in interface org.jooq.lambda.fi.util.function.CheckedIntUnaryOperator
-
Applies this operator to the given operand.
- applyAsInt(long) - Method in interface org.jooq.lambda.fi.util.function.CheckedLongToIntFunction
-
Applies this function to the given argument.
- applyAsInt(T, U) - Method in interface org.jooq.lambda.fi.util.function.CheckedToIntBiFunction
-
Applies this function to the given arguments.
- applyAsInt(T) - Method in interface org.jooq.lambda.fi.util.function.CheckedToIntFunction
-
Applies this function to the given argument.
- applyAsLong(double) - Method in interface org.jooq.lambda.fi.util.function.CheckedDoubleToLongFunction
-
Applies this function to the given argument.
- applyAsLong(int) - Method in interface org.jooq.lambda.fi.util.function.CheckedIntToLongFunction
-
Applies this function to the given argument.
- applyAsLong(long, long) - Method in interface org.jooq.lambda.fi.util.function.CheckedLongBinaryOperator
-
Applies this operator to the given operands.
- applyAsLong(long) - Method in interface org.jooq.lambda.fi.util.function.CheckedLongUnaryOperator
-
Applies this operator to the given operand.
- applyAsLong(T, U) - Method in interface org.jooq.lambda.fi.util.function.CheckedToLongBiFunction
-
Applies this function to the given arguments.
- applyAsLong(T) - Method in interface org.jooq.lambda.fi.util.function.CheckedToLongFunction
-
Applies this function to the given argument.
- array() - Method in interface org.jooq.lambda.tuple.Tuple
-
Get an array representation of this tuple.
- array() - Method in class org.jooq.lambda.tuple.Tuple0
-
- array() - Method in class org.jooq.lambda.tuple.Tuple1
-
- array() - Method in class org.jooq.lambda.tuple.Tuple2
-
- array() - Method in class org.jooq.lambda.tuple.Tuple3
-
- array() - Method in class org.jooq.lambda.tuple.Tuple4
-
- array() - Method in class org.jooq.lambda.tuple.Tuple5
-
- array() - Method in class org.jooq.lambda.tuple.Tuple6
-
- array() - Method in class org.jooq.lambda.tuple.Tuple7
-
- array() - Method in class org.jooq.lambda.tuple.Tuple8
-
- cast(Class<U>) - Method in interface org.jooq.lambda.Seq
-
- cast(Stream<T>, Class<U>) - Static method in interface org.jooq.lambda.Seq
-
- CheckedBiConsumer<T,U> - Interface in org.jooq.lambda.fi.util.function
-
- CheckedBiFunction<T,U,R> - Interface in org.jooq.lambda.fi.util.function
-
- CheckedBinaryOperator<T> - Interface in org.jooq.lambda.fi.util.function
-
- CheckedBiPredicate<T,U> - Interface in org.jooq.lambda.fi.util.function
-
- CheckedBooleanSupplier - Interface in org.jooq.lambda.fi.util.function
-
- CheckedComparator<T> - Interface in org.jooq.lambda.fi.util
-
- CheckedConsumer<T> - Interface in org.jooq.lambda.fi.util.function
-
A
Consumer
that allows for checked exceptions.
- CheckedDoubleBinaryOperator - Interface in org.jooq.lambda.fi.util.function
-
- CheckedDoubleConsumer - Interface in org.jooq.lambda.fi.util.function
-
- CheckedDoubleFunction<R> - Interface in org.jooq.lambda.fi.util.function
-
- CheckedDoublePredicate - Interface in org.jooq.lambda.fi.util.function
-
- CheckedDoubleSupplier - Interface in org.jooq.lambda.fi.util.function
-
- CheckedDoubleToIntFunction - Interface in org.jooq.lambda.fi.util.function
-
- CheckedDoubleToLongFunction - Interface in org.jooq.lambda.fi.util.function
-
- CheckedDoubleUnaryOperator - Interface in org.jooq.lambda.fi.util.function
-
- CheckedFunction<T,R> - Interface in org.jooq.lambda.fi.util.function
-
A
Function
that allows for checked exceptions.
- CheckedIntBinaryOperator - Interface in org.jooq.lambda.fi.util.function
-
- CheckedIntConsumer - Interface in org.jooq.lambda.fi.util.function
-
- CheckedIntFunction<R> - Interface in org.jooq.lambda.fi.util.function
-
- CheckedIntPredicate - Interface in org.jooq.lambda.fi.util.function
-
- CheckedIntSupplier - Interface in org.jooq.lambda.fi.util.function
-
- CheckedIntToDoubleFunction - Interface in org.jooq.lambda.fi.util.function
-
- CheckedIntToLongFunction - Interface in org.jooq.lambda.fi.util.function
-
- CheckedIntUnaryOperator - Interface in org.jooq.lambda.fi.util.function
-
- CheckedLongBinaryOperator - Interface in org.jooq.lambda.fi.util.function
-
- CheckedLongConsumer - Interface in org.jooq.lambda.fi.util.function
-
- CheckedLongFunction<R> - Interface in org.jooq.lambda.fi.util.function
-
- CheckedLongPredicate - Interface in org.jooq.lambda.fi.util.function
-
- CheckedLongSupplier - Interface in org.jooq.lambda.fi.util.function
-
- CheckedLongToDoubleFunction - Interface in org.jooq.lambda.fi.util.function
-
- CheckedLongToIntFunction - Interface in org.jooq.lambda.fi.util.function
-
- CheckedLongUnaryOperator - Interface in org.jooq.lambda.fi.util.function
-
- CheckedObjDoubleConsumer<T> - Interface in org.jooq.lambda.fi.util.function
-
- CheckedObjIntConsumer<T> - Interface in org.jooq.lambda.fi.util.function
-
- CheckedObjLongConsumer<T> - Interface in org.jooq.lambda.fi.util.function
-
- CheckedPredicate<T> - Interface in org.jooq.lambda.fi.util.function
-
A
Predicate
that allows for checked exceptions.
- CheckedRunnable - Interface in org.jooq.lambda.fi.lang
-
A
Runnable
that allows for checked exceptions.
- CheckedSupplier<T> - Interface in org.jooq.lambda.fi.util.function
-
A
Supplier
that allows for checked exceptions.
- CheckedToDoubleBiFunction<T,U> - Interface in org.jooq.lambda.fi.util.function
-
- CheckedToDoubleFunction<T> - Interface in org.jooq.lambda.fi.util.function
-
- CheckedToIntBiFunction<T,U> - Interface in org.jooq.lambda.fi.util.function
-
- CheckedToIntFunction<T> - Interface in org.jooq.lambda.fi.util.function
-
- CheckedToLongBiFunction<T,U> - Interface in org.jooq.lambda.fi.util.function
-
- CheckedToLongFunction<T> - Interface in org.jooq.lambda.fi.util.function
-
- CheckedUnaryOperator<T> - Interface in org.jooq.lambda.fi.util.function
-
- clone() - Method in class org.jooq.lambda.tuple.Tuple0
-
- clone() - Method in class org.jooq.lambda.tuple.Tuple1
-
- clone() - Method in class org.jooq.lambda.tuple.Tuple2
-
- clone() - Method in class org.jooq.lambda.tuple.Tuple3
-
- clone() - Method in class org.jooq.lambda.tuple.Tuple4
-
- clone() - Method in class org.jooq.lambda.tuple.Tuple5
-
- clone() - Method in class org.jooq.lambda.tuple.Tuple6
-
- clone() - Method in class org.jooq.lambda.tuple.Tuple7
-
- clone() - Method in class org.jooq.lambda.tuple.Tuple8
-
- close() - Method in interface org.jooq.lambda.Seq
-
- collectors(Collector<T, A1, D1>) - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple collector of degree 1.
- collectors(Collector<T, A1, D1>, Collector<T, A2, D2>) - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple collector of degree 2.
- collectors(Collector<T, A1, D1>, Collector<T, A2, D2>, Collector<T, A3, D3>) - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple collector of degree 3.
- collectors(Collector<T, A1, D1>, Collector<T, A2, D2>, Collector<T, A3, D3>, Collector<T, A4, D4>) - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple collector of degree 4.
- collectors(Collector<T, A1, D1>, Collector<T, A2, D2>, Collector<T, A3, D3>, Collector<T, A4, D4>, Collector<T, A5, D5>) - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple collector of degree 5.
- collectors(Collector<T, A1, D1>, Collector<T, A2, D2>, Collector<T, A3, D3>, Collector<T, A4, D4>, Collector<T, A5, D5>, Collector<T, A6, D6>) - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple collector of degree 6.
- collectors(Collector<T, A1, D1>, Collector<T, A2, D2>, Collector<T, A3, D3>, Collector<T, A4, D4>, Collector<T, A5, D5>, Collector<T, A6, D6>, Collector<T, A7, D7>) - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple collector of degree 7.
- collectors(Collector<T, A1, D1>, Collector<T, A2, D2>, Collector<T, A3, D3>, Collector<T, A4, D4>, Collector<T, A5, D5>, Collector<T, A6, D6>, Collector<T, A7, D7>, Collector<T, A8, D8>) - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple collector of degree 8.
- comparator(CheckedComparator<T>) - Static method in class org.jooq.lambda.Unchecked
-
- comparator(CheckedComparator<T>, Consumer<Throwable>) - Static method in class org.jooq.lambda.Unchecked
-
- compare(T, T) - Method in interface org.jooq.lambda.fi.util.CheckedComparator
-
Compares its two arguments for order.
- compareTo(Tuple0) - Method in class org.jooq.lambda.tuple.Tuple0
-
- compareTo(Tuple1<T1>) - Method in class org.jooq.lambda.tuple.Tuple1
-
- compareTo(Tuple2<T1, T2>) - Method in class org.jooq.lambda.tuple.Tuple2
-
- compareTo(Tuple3<T1, T2, T3>) - Method in class org.jooq.lambda.tuple.Tuple3
-
- compareTo(Tuple4<T1, T2, T3, T4>) - Method in class org.jooq.lambda.tuple.Tuple4
-
- compareTo(Tuple5<T1, T2, T3, T4, T5>) - Method in class org.jooq.lambda.tuple.Tuple5
-
- compareTo(Tuple6<T1, T2, T3, T4, T5, T6>) - Method in class org.jooq.lambda.tuple.Tuple6
-
- compareTo(Tuple7<T1, T2, T3, T4, T5, T6, T7>) - Method in class org.jooq.lambda.tuple.Tuple7
-
- compareTo(Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in class org.jooq.lambda.tuple.Tuple8
-
- concat(Stream<T>) - Method in interface org.jooq.lambda.Seq
-
Concatenate two streams.
- concat(T) - Method in interface org.jooq.lambda.Seq
-
Concatenate two streams.
- concat(T...) - Method in interface org.jooq.lambda.Seq
-
Concatenate two streams.
- concat(Stream<T>...) - Static method in interface org.jooq.lambda.Seq
-
Concatenate a number of streams.
- concat(T1) - Method in class org.jooq.lambda.tuple.Tuple0
-
Concatenate a value to this tuple.
- concat(Tuple1<T1>) - Method in class org.jooq.lambda.tuple.Tuple0
-
Concatenate a tuple to this tuple.
- concat(Tuple2<T1, T2>) - Method in class org.jooq.lambda.tuple.Tuple0
-
Concatenate a tuple to this tuple.
- concat(Tuple3<T1, T2, T3>) - Method in class org.jooq.lambda.tuple.Tuple0
-
Concatenate a tuple to this tuple.
- concat(Tuple4<T1, T2, T3, T4>) - Method in class org.jooq.lambda.tuple.Tuple0
-
Concatenate a tuple to this tuple.
- concat(Tuple5<T1, T2, T3, T4, T5>) - Method in class org.jooq.lambda.tuple.Tuple0
-
Concatenate a tuple to this tuple.
- concat(Tuple6<T1, T2, T3, T4, T5, T6>) - Method in class org.jooq.lambda.tuple.Tuple0
-
Concatenate a tuple to this tuple.
- concat(Tuple7<T1, T2, T3, T4, T5, T6, T7>) - Method in class org.jooq.lambda.tuple.Tuple0
-
Concatenate a tuple to this tuple.
- concat(Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in class org.jooq.lambda.tuple.Tuple0
-
Concatenate a tuple to this tuple.
- concat(T2) - Method in class org.jooq.lambda.tuple.Tuple1
-
Concatenate a value to this tuple.
- concat(Tuple1<T2>) - Method in class org.jooq.lambda.tuple.Tuple1
-
Concatenate a tuple to this tuple.
- concat(Tuple2<T2, T3>) - Method in class org.jooq.lambda.tuple.Tuple1
-
Concatenate a tuple to this tuple.
- concat(Tuple3<T2, T3, T4>) - Method in class org.jooq.lambda.tuple.Tuple1
-
Concatenate a tuple to this tuple.
- concat(Tuple4<T2, T3, T4, T5>) - Method in class org.jooq.lambda.tuple.Tuple1
-
Concatenate a tuple to this tuple.
- concat(Tuple5<T2, T3, T4, T5, T6>) - Method in class org.jooq.lambda.tuple.Tuple1
-
Concatenate a tuple to this tuple.
- concat(Tuple6<T2, T3, T4, T5, T6, T7>) - Method in class org.jooq.lambda.tuple.Tuple1
-
Concatenate a tuple to this tuple.
- concat(Tuple7<T2, T3, T4, T5, T6, T7, T8>) - Method in class org.jooq.lambda.tuple.Tuple1
-
Concatenate a tuple to this tuple.
- concat(T3) - Method in class org.jooq.lambda.tuple.Tuple2
-
Concatenate a value to this tuple.
- concat(Tuple1<T3>) - Method in class org.jooq.lambda.tuple.Tuple2
-
Concatenate a tuple to this tuple.
- concat(Tuple2<T3, T4>) - Method in class org.jooq.lambda.tuple.Tuple2
-
Concatenate a tuple to this tuple.
- concat(Tuple3<T3, T4, T5>) - Method in class org.jooq.lambda.tuple.Tuple2
-
Concatenate a tuple to this tuple.
- concat(Tuple4<T3, T4, T5, T6>) - Method in class org.jooq.lambda.tuple.Tuple2
-
Concatenate a tuple to this tuple.
- concat(Tuple5<T3, T4, T5, T6, T7>) - Method in class org.jooq.lambda.tuple.Tuple2
-
Concatenate a tuple to this tuple.
- concat(Tuple6<T3, T4, T5, T6, T7, T8>) - Method in class org.jooq.lambda.tuple.Tuple2
-
Concatenate a tuple to this tuple.
- concat(T4) - Method in class org.jooq.lambda.tuple.Tuple3
-
Concatenate a value to this tuple.
- concat(Tuple1<T4>) - Method in class org.jooq.lambda.tuple.Tuple3
-
Concatenate a tuple to this tuple.
- concat(Tuple2<T4, T5>) - Method in class org.jooq.lambda.tuple.Tuple3
-
Concatenate a tuple to this tuple.
- concat(Tuple3<T4, T5, T6>) - Method in class org.jooq.lambda.tuple.Tuple3
-
Concatenate a tuple to this tuple.
- concat(Tuple4<T4, T5, T6, T7>) - Method in class org.jooq.lambda.tuple.Tuple3
-
Concatenate a tuple to this tuple.
- concat(Tuple5<T4, T5, T6, T7, T8>) - Method in class org.jooq.lambda.tuple.Tuple3
-
Concatenate a tuple to this tuple.
- concat(T5) - Method in class org.jooq.lambda.tuple.Tuple4
-
Concatenate a value to this tuple.
- concat(Tuple1<T5>) - Method in class org.jooq.lambda.tuple.Tuple4
-
Concatenate a tuple to this tuple.
- concat(Tuple2<T5, T6>) - Method in class org.jooq.lambda.tuple.Tuple4
-
Concatenate a tuple to this tuple.
- concat(Tuple3<T5, T6, T7>) - Method in class org.jooq.lambda.tuple.Tuple4
-
Concatenate a tuple to this tuple.
- concat(Tuple4<T5, T6, T7, T8>) - Method in class org.jooq.lambda.tuple.Tuple4
-
Concatenate a tuple to this tuple.
- concat(T6) - Method in class org.jooq.lambda.tuple.Tuple5
-
Concatenate a value to this tuple.
- concat(Tuple1<T6>) - Method in class org.jooq.lambda.tuple.Tuple5
-
Concatenate a tuple to this tuple.
- concat(Tuple2<T6, T7>) - Method in class org.jooq.lambda.tuple.Tuple5
-
Concatenate a tuple to this tuple.
- concat(Tuple3<T6, T7, T8>) - Method in class org.jooq.lambda.tuple.Tuple5
-
Concatenate a tuple to this tuple.
- concat(T7) - Method in class org.jooq.lambda.tuple.Tuple6
-
Concatenate a value to this tuple.
- concat(Tuple1<T7>) - Method in class org.jooq.lambda.tuple.Tuple6
-
Concatenate a tuple to this tuple.
- concat(Tuple2<T7, T8>) - Method in class org.jooq.lambda.tuple.Tuple6
-
Concatenate a tuple to this tuple.
- concat(T8) - Method in class org.jooq.lambda.tuple.Tuple7
-
Concatenate a value to this tuple.
- concat(Tuple1<T8>) - Method in class org.jooq.lambda.tuple.Tuple7
-
Concatenate a tuple to this tuple.
- consumer(CheckedConsumer<T>) - Static method in class org.jooq.lambda.Unchecked
-
- consumer(CheckedConsumer<T>, Consumer<Throwable>) - Static method in class org.jooq.lambda.Unchecked
-
- cycle() - Method in interface org.jooq.lambda.Seq
-
Repeat a stream infinitely.
- cycle(Stream<T>) - Static method in interface org.jooq.lambda.Seq
-
Repeat a stream infinitely.
- map(Function<? super T, ? extends R>) - Method in interface org.jooq.lambda.Seq
-
- map(Function0<R>) - Method in class org.jooq.lambda.tuple.Tuple0
-
Apply this tuple as arguments to a function.
- map(Function1<T1, R>) - Method in class org.jooq.lambda.tuple.Tuple1
-
Apply this tuple as arguments to a function.
- map(Function2<T1, T2, R>) - Method in class org.jooq.lambda.tuple.Tuple2
-
Apply this tuple as arguments to a function.
- map(Function3<T1, T2, T3, R>) - Method in class org.jooq.lambda.tuple.Tuple3
-
Apply this tuple as arguments to a function.
- map(Function4<T1, T2, T3, T4, R>) - Method in class org.jooq.lambda.tuple.Tuple4
-
Apply this tuple as arguments to a function.
- map(Function5<T1, T2, T3, T4, T5, R>) - Method in class org.jooq.lambda.tuple.Tuple5
-
Apply this tuple as arguments to a function.
- map(Function6<T1, T2, T3, T4, T5, T6, R>) - Method in class org.jooq.lambda.tuple.Tuple6
-
Apply this tuple as arguments to a function.
- map(Function7<T1, T2, T3, T4, T5, T6, T7, R>) - Method in class org.jooq.lambda.tuple.Tuple7
-
Apply this tuple as arguments to a function.
- map(Function8<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Method in class org.jooq.lambda.tuple.Tuple8
-
Apply this tuple as arguments to a function.
- map1(Function1<? super T1, ? extends U1>) - Method in class org.jooq.lambda.tuple.Tuple1
-
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
- map1(Function1<? super T1, ? extends U1>) - Method in class org.jooq.lambda.tuple.Tuple2
-
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
- map1(Function1<? super T1, ? extends U1>) - Method in class org.jooq.lambda.tuple.Tuple3
-
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
- map1(Function1<? super T1, ? extends U1>) - Method in class org.jooq.lambda.tuple.Tuple4
-
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
- map1(Function1<? super T1, ? extends U1>) - Method in class org.jooq.lambda.tuple.Tuple5
-
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
- map1(Function1<? super T1, ? extends U1>) - Method in class org.jooq.lambda.tuple.Tuple6
-
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
- map1(Function1<? super T1, ? extends U1>) - Method in class org.jooq.lambda.tuple.Tuple7
-
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
- map1(Function1<? super T1, ? extends U1>) - Method in class org.jooq.lambda.tuple.Tuple8
-
Apply attribute 1 as argument to a function and return a new tuple with the substituted argument.
- map2(Function1<? super T2, ? extends U2>) - Method in class org.jooq.lambda.tuple.Tuple2
-
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
- map2(Function1<? super T2, ? extends U2>) - Method in class org.jooq.lambda.tuple.Tuple3
-
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
- map2(Function1<? super T2, ? extends U2>) - Method in class org.jooq.lambda.tuple.Tuple4
-
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
- map2(Function1<? super T2, ? extends U2>) - Method in class org.jooq.lambda.tuple.Tuple5
-
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
- map2(Function1<? super T2, ? extends U2>) - Method in class org.jooq.lambda.tuple.Tuple6
-
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
- map2(Function1<? super T2, ? extends U2>) - Method in class org.jooq.lambda.tuple.Tuple7
-
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
- map2(Function1<? super T2, ? extends U2>) - Method in class org.jooq.lambda.tuple.Tuple8
-
Apply attribute 2 as argument to a function and return a new tuple with the substituted argument.
- map3(Function1<? super T3, ? extends U3>) - Method in class org.jooq.lambda.tuple.Tuple3
-
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
- map3(Function1<? super T3, ? extends U3>) - Method in class org.jooq.lambda.tuple.Tuple4
-
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
- map3(Function1<? super T3, ? extends U3>) - Method in class org.jooq.lambda.tuple.Tuple5
-
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
- map3(Function1<? super T3, ? extends U3>) - Method in class org.jooq.lambda.tuple.Tuple6
-
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
- map3(Function1<? super T3, ? extends U3>) - Method in class org.jooq.lambda.tuple.Tuple7
-
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
- map3(Function1<? super T3, ? extends U3>) - Method in class org.jooq.lambda.tuple.Tuple8
-
Apply attribute 3 as argument to a function and return a new tuple with the substituted argument.
- map4(Function1<? super T4, ? extends U4>) - Method in class org.jooq.lambda.tuple.Tuple4
-
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
- map4(Function1<? super T4, ? extends U4>) - Method in class org.jooq.lambda.tuple.Tuple5
-
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
- map4(Function1<? super T4, ? extends U4>) - Method in class org.jooq.lambda.tuple.Tuple6
-
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
- map4(Function1<? super T4, ? extends U4>) - Method in class org.jooq.lambda.tuple.Tuple7
-
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
- map4(Function1<? super T4, ? extends U4>) - Method in class org.jooq.lambda.tuple.Tuple8
-
Apply attribute 4 as argument to a function and return a new tuple with the substituted argument.
- map5(Function1<? super T5, ? extends U5>) - Method in class org.jooq.lambda.tuple.Tuple5
-
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
- map5(Function1<? super T5, ? extends U5>) - Method in class org.jooq.lambda.tuple.Tuple6
-
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
- map5(Function1<? super T5, ? extends U5>) - Method in class org.jooq.lambda.tuple.Tuple7
-
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
- map5(Function1<? super T5, ? extends U5>) - Method in class org.jooq.lambda.tuple.Tuple8
-
Apply attribute 5 as argument to a function and return a new tuple with the substituted argument.
- map6(Function1<? super T6, ? extends U6>) - Method in class org.jooq.lambda.tuple.Tuple6
-
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
- map6(Function1<? super T6, ? extends U6>) - Method in class org.jooq.lambda.tuple.Tuple7
-
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
- map6(Function1<? super T6, ? extends U6>) - Method in class org.jooq.lambda.tuple.Tuple8
-
Apply attribute 6 as argument to a function and return a new tuple with the substituted argument.
- map7(Function1<? super T7, ? extends U7>) - Method in class org.jooq.lambda.tuple.Tuple7
-
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
- map7(Function1<? super T7, ? extends U7>) - Method in class org.jooq.lambda.tuple.Tuple8
-
Apply attribute 7 as argument to a function and return a new tuple with the substituted argument.
- map8(Function1<? super T8, ? extends U8>) - Method in class org.jooq.lambda.tuple.Tuple8
-
Apply attribute 8 as argument to a function and return a new tuple with the substituted argument.
- mapToDouble(ToDoubleFunction<? super T>) - Method in interface org.jooq.lambda.Seq
-
- mapToInt(ToIntFunction<? super T>) - Method in interface org.jooq.lambda.Seq
-
- mapToLong(ToLongFunction<? super T>) - Method in interface org.jooq.lambda.Seq
-
- maxBy(Function<T, U>) - Method in interface org.jooq.lambda.Seq
-
Get the maximum value by a function.
- maxBy(Function<T, U>, Comparator<? super U>) - Method in interface org.jooq.lambda.Seq
-
Get the maximum value by a function.
- minBy(Function<T, U>) - Method in interface org.jooq.lambda.Seq
-
Get the maximum value by a function.
- minBy(Function<T, U>, Comparator<? super U>) - Method in interface org.jooq.lambda.Seq
-
Get the maximum value by a function.
- scanLeft(U, BiFunction<U, ? super T, U>) - Method in interface org.jooq.lambda.Seq
-
Scan a stream to the left.
- scanLeft(Stream<T>, U, BiFunction<U, ? super T, U>) - Static method in interface org.jooq.lambda.Seq
-
Scan a stream to the left.
- scanRight(U, BiFunction<? super T, U, U>) - Method in interface org.jooq.lambda.Seq
-
Scan a stream to the right.
- scanRight(Stream<T>, U, BiFunction<? super T, U, U>) - Static method in interface org.jooq.lambda.Seq
-
Scan a stream to the right.
- Seq<T> - Interface in org.jooq.lambda
-
A sequential, ordered
Stream
that adds all sorts of useful methods that work only because
it is sequential and ordered.
- seq(Stream<T>) - Static method in interface org.jooq.lambda.Seq
-
Wrap a Stream into a Seq.
- seq(Iterable<T>) - Static method in interface org.jooq.lambda.Seq
-
Wrap an Iterable into a Seq.
- seq(Iterator<T>) - Static method in interface org.jooq.lambda.Seq
-
Wrap an Iterator into a Seq.
- seq(Map<K, V>) - Static method in interface org.jooq.lambda.Seq
-
Wrap a Map into a Seq.
- seq(Optional<T>) - Static method in interface org.jooq.lambda.Seq
-
Wrap an Optional into a Seq.
- seq(PreparedStatement, Function<ResultSet, T>) - Static method in class org.jooq.lambda.SQL
-
- seq(PreparedStatement, Function<ResultSet, T>, Consumer<? super SQLException>) - Static method in class org.jooq.lambda.SQL
-
- seq(ResultSet, Function<ResultSet, T>) - Static method in class org.jooq.lambda.SQL
-
Obtain a stream from a JDBC
ResultSet
with a row mapping function.
- seq(ResultSet, Function<ResultSet, T>, Consumer<? super SQLException>) - Static method in class org.jooq.lambda.SQL
-
Obtain a stream from a JDBC
ResultSet
with a row mapping function.
- seq(Supplier<? extends ResultSet>, Function<ResultSet, T>) - Static method in class org.jooq.lambda.SQL
-
- seq(Supplier<? extends ResultSet>, Function<ResultSet, T>, Consumer<? super SQLException>) - Static method in class org.jooq.lambda.SQL
-
- sequential() - Method in interface org.jooq.lambda.Seq
-
- shuffle() - Method in interface org.jooq.lambda.Seq
-
Shuffle a stream
// e.g. (2, 3, 1)
Seq.of(1, 2, 3).shuffle()
- shuffle(Random) - Method in interface org.jooq.lambda.Seq
-
Shuffle a stream using specified source of randomness
// e.g. (2, 3, 1)
Seq.of(1, 2, 3).shuffle(new Random())
- shuffle(Stream<T>) - Static method in interface org.jooq.lambda.Seq
-
Shuffle a stream
// e.g. (2, 3, 1)
Seq.of(1, 2, 3).shuffle()
- shuffle(Stream<T>, Random) - Static method in interface org.jooq.lambda.Seq
-
Shuffle a stream using specified source of randomness
// e.g. (2, 3, 1)
Seq.of(1, 2, 3).shuffle(new Random())
- skip(Stream<T>, long) - Static method in interface org.jooq.lambda.Seq
-
Returns a stream with n elements skipped.
- skip(long) - Method in interface org.jooq.lambda.Seq
-
- skipUntil(Predicate<? super T>) - Method in interface org.jooq.lambda.Seq
-
Returns a stream with all elements skipped for which a predicate evaluates to false
.
- skipUntil(Stream<T>, Predicate<? super T>) - Static method in interface org.jooq.lambda.Seq
-
Returns a stream with all elements skipped for which a predicate evaluates to false
.
- skipWhile(Predicate<? super T>) - Method in interface org.jooq.lambda.Seq
-
Returns a stream with all elements skipped for which a predicate evaluates to true
.
- skipWhile(Stream<T>, Predicate<? super T>) - Static method in interface org.jooq.lambda.Seq
-
Returns a stream with all elements skipped for which a predicate evaluates to true
.
- slice(long, long) - Method in interface org.jooq.lambda.Seq
-
Returns a limited interval from a given Stream.
- slice(Stream<T>, long, long) - Static method in interface org.jooq.lambda.Seq
-
Returns a limited interval from a given Stream.
- sorted() - Method in interface org.jooq.lambda.Seq
-
- sorted(Comparator<? super T>) - Method in interface org.jooq.lambda.Seq
-
- splitAt(long) - Method in interface org.jooq.lambda.Seq
-
Split a stream at a given position.
- splitAt(Stream<T>, long) - Static method in interface org.jooq.lambda.Seq
-
Split a stream at a given position.
- splitAtHead() - Method in interface org.jooq.lambda.Seq
-
Split a stream at the head.
- splitAtHead(Stream<T>) - Static method in interface org.jooq.lambda.Seq
-
Split a stream at the head.
- spliterator() - Method in interface org.jooq.lambda.Seq
-
- SQL - Class in org.jooq.lambda
-
Simplifications for the JDBC APIs when used with Java 8.
- stream() - Method in interface org.jooq.lambda.Seq
-
The underlying
Stream
implementation.
- supplier(CheckedSupplier<T>) - Static method in class org.jooq.lambda.Unchecked
-
- supplier(CheckedSupplier<T>, Consumer<Throwable>) - Static method in class org.jooq.lambda.Unchecked
-
- swap() - Method in class org.jooq.lambda.tuple.Tuple2
-
Get a tuple with the two attributes swapped.
- test(T, U) - Method in interface org.jooq.lambda.fi.util.function.CheckedBiPredicate
-
Evaluates this predicate on the given arguments.
- test(double) - Method in interface org.jooq.lambda.fi.util.function.CheckedDoublePredicate
-
Evaluates this predicate on the given argument.
- test(int) - Method in interface org.jooq.lambda.fi.util.function.CheckedIntPredicate
-
Evaluates this predicate on the given argument.
- test(long) - Method in interface org.jooq.lambda.fi.util.function.CheckedLongPredicate
-
Evaluates this predicate on the given argument.
- test(T) - Method in interface org.jooq.lambda.fi.util.function.CheckedPredicate
-
Evaluates this predicate on the given argument.
- THROWABLE_TO_RUNTIME_EXCEPTION - Static variable in class org.jooq.lambda.Unchecked
-
- toBiFunction() - Method in interface org.jooq.lambda.function.Function2
-
- toCollection(Supplier<C>) - Method in interface org.jooq.lambda.Seq
-
Collect a Stream into a Collection.
- toCollection(Stream<T>, Supplier<C>) - Static method in interface org.jooq.lambda.Seq
-
Collect a Stream into a List.
- toDoubleBiFunction(CheckedToDoubleBiFunction<T, U>) - Static method in class org.jooq.lambda.Unchecked
-
- toDoubleBiFunction(CheckedToDoubleBiFunction<T, U>, Consumer<Throwable>) - Static method in class org.jooq.lambda.Unchecked
-
- toDoubleFunction(CheckedToDoubleFunction<T>) - Static method in class org.jooq.lambda.Unchecked
-
- toDoubleFunction(CheckedToDoubleFunction<T>, Consumer<Throwable>) - Static method in class org.jooq.lambda.Unchecked
-
- toFunction() - Method in interface org.jooq.lambda.function.Function1
-
- toIntBiFunction(CheckedToIntBiFunction<T, U>) - Static method in class org.jooq.lambda.Unchecked
-
- toIntBiFunction(CheckedToIntBiFunction<T, U>, Consumer<Throwable>) - Static method in class org.jooq.lambda.Unchecked
-
- toIntFunction(CheckedToIntFunction<T>) - Static method in class org.jooq.lambda.Unchecked
-
- toIntFunction(CheckedToIntFunction<T>, Consumer<Throwable>) - Static method in class org.jooq.lambda.Unchecked
-
- toList() - Method in interface org.jooq.lambda.Seq
-
Collect a Stream into a List.
- toList(Stream<T>) - Static method in interface org.jooq.lambda.Seq
-
Collect a Stream into a List.
- toLongBiFunction(CheckedToLongBiFunction<T, U>) - Static method in class org.jooq.lambda.Unchecked
-
- toLongBiFunction(CheckedToLongBiFunction<T, U>, Consumer<Throwable>) - Static method in class org.jooq.lambda.Unchecked
-
- toLongFunction(CheckedToLongFunction<T>) - Static method in class org.jooq.lambda.Unchecked
-
- toLongFunction(CheckedToLongFunction<T>, Consumer<Throwable>) - Static method in class org.jooq.lambda.Unchecked
-
- toMap(Function<T, K>, Function<T, V>) - Method in interface org.jooq.lambda.Seq
-
Collect a Stream into a Map.
- toMap(Stream<Tuple2<K, V>>) - Static method in interface org.jooq.lambda.Seq
-
Collect a Stream of
Tuple2
into a Map.
- toMap(Stream<T>, Function<T, K>, Function<T, V>) - Static method in interface org.jooq.lambda.Seq
-
Collect a Stream into a Map.
- toSet() - Method in interface org.jooq.lambda.Seq
-
Collect a Stream into a Set.
- toSet(Stream<T>) - Static method in interface org.jooq.lambda.Seq
-
Collect a Stream into a Set.
- toString(String) - Method in interface org.jooq.lambda.Seq
-
Consume a stream and concatenate all elements using a separator.
- toString(Stream<?>) - Static method in interface org.jooq.lambda.Seq
-
Consume a stream and concatenate all elements.
- toString(Stream<?>, String) - Static method in interface org.jooq.lambda.Seq
-
Consume a stream and concatenate all elements using a separator.
- toString() - Method in class org.jooq.lambda.tuple.Tuple0
-
- toString() - Method in class org.jooq.lambda.tuple.Tuple1
-
- toString() - Method in class org.jooq.lambda.tuple.Tuple2
-
- toString() - Method in class org.jooq.lambda.tuple.Tuple3
-
- toString() - Method in class org.jooq.lambda.tuple.Tuple4
-
- toString() - Method in class org.jooq.lambda.tuple.Tuple5
-
- toString() - Method in class org.jooq.lambda.tuple.Tuple6
-
- toString() - Method in class org.jooq.lambda.tuple.Tuple7
-
- toString() - Method in class org.jooq.lambda.tuple.Tuple8
-
- toSupplier() - Method in interface org.jooq.lambda.function.Function0
-
- Tuple - Interface in org.jooq.lambda.tuple
-
A tuple.
- tuple() - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple of degree 0.
- tuple(T1) - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple of degree 1.
- tuple(T1, T2) - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple of degree 2.
- tuple(T1, T2, T3) - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple of degree 3.
- tuple(T1, T2, T3, T4) - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple of degree 4.
- tuple(T1, T2, T3, T4, T5) - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple of degree 5.
- tuple(T1, T2, T3, T4, T5, T6) - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple of degree 6.
- tuple(T1, T2, T3, T4, T5, T6, T7) - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple of degree 7.
- tuple(T1, T2, T3, T4, T5, T6, T7, T8) - Static method in interface org.jooq.lambda.tuple.Tuple
-
Construct a tuple of degree 8.
- Tuple0 - Class in org.jooq.lambda.tuple
-
A tuple of degree 0.
- Tuple0(Tuple0) - Constructor for class org.jooq.lambda.tuple.Tuple0
-
- Tuple0() - Constructor for class org.jooq.lambda.tuple.Tuple0
-
- Tuple1<T1> - Class in org.jooq.lambda.tuple
-
A tuple of degree 1.
- Tuple1(Tuple1<T1>) - Constructor for class org.jooq.lambda.tuple.Tuple1
-
- Tuple1(T1) - Constructor for class org.jooq.lambda.tuple.Tuple1
-
- Tuple2<T1,T2> - Class in org.jooq.lambda.tuple
-
A tuple of degree 2.
- Tuple2(Tuple2<T1, T2>) - Constructor for class org.jooq.lambda.tuple.Tuple2
-
- Tuple2(T1, T2) - Constructor for class org.jooq.lambda.tuple.Tuple2
-
- Tuple3<T1,T2,T3> - Class in org.jooq.lambda.tuple
-
A tuple of degree 3.
- Tuple3(Tuple3<T1, T2, T3>) - Constructor for class org.jooq.lambda.tuple.Tuple3
-
- Tuple3(T1, T2, T3) - Constructor for class org.jooq.lambda.tuple.Tuple3
-
- Tuple4<T1,T2,T3,T4> - Class in org.jooq.lambda.tuple
-
A tuple of degree 4.
- Tuple4(Tuple4<T1, T2, T3, T4>) - Constructor for class org.jooq.lambda.tuple.Tuple4
-
- Tuple4(T1, T2, T3, T4) - Constructor for class org.jooq.lambda.tuple.Tuple4
-
- Tuple5<T1,T2,T3,T4,T5> - Class in org.jooq.lambda.tuple
-
A tuple of degree 5.
- Tuple5(Tuple5<T1, T2, T3, T4, T5>) - Constructor for class org.jooq.lambda.tuple.Tuple5
-
- Tuple5(T1, T2, T3, T4, T5) - Constructor for class org.jooq.lambda.tuple.Tuple5
-
- Tuple6<T1,T2,T3,T4,T5,T6> - Class in org.jooq.lambda.tuple
-
A tuple of degree 6.
- Tuple6(Tuple6<T1, T2, T3, T4, T5, T6>) - Constructor for class org.jooq.lambda.tuple.Tuple6
-
- Tuple6(T1, T2, T3, T4, T5, T6) - Constructor for class org.jooq.lambda.tuple.Tuple6
-
- Tuple7<T1,T2,T3,T4,T5,T6,T7> - Class in org.jooq.lambda.tuple
-
A tuple of degree 7.
- Tuple7(Tuple7<T1, T2, T3, T4, T5, T6, T7>) - Constructor for class org.jooq.lambda.tuple.Tuple7
-
- Tuple7(T1, T2, T3, T4, T5, T6, T7) - Constructor for class org.jooq.lambda.tuple.Tuple7
-
- Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> - Class in org.jooq.lambda.tuple
-
A tuple of degree 8.
- Tuple8(Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>) - Constructor for class org.jooq.lambda.tuple.Tuple8
-
- Tuple8(T1, T2, T3, T4, T5, T6, T7, T8) - Constructor for class org.jooq.lambda.tuple.Tuple8
-