All Methods Instance Methods Abstract Methods Default Methods
Modifier and Type |
Method and Description |
org.jooq.lambda.tuple.Tuple5<T1,T2,T3,T4,T5> |
getMatchable() |
default java.util.Iterator<java.lang.Object> |
iterator() |
default <R> Eval<R> |
matches(java.util.function.Function<Matchable.CheckValue5<T1,T2,T3,T4,T5,R>,Matchable.CheckValue5<T1,T2,T3,T4,T5,R>> fn1,
java.util.function.Supplier<R> otherwise) |
default Matchable.MTuple1<T5> |
on$____5() |
default Matchable.MTuple1<T4> |
on$___4_() |
default Matchable.MTuple2<T4,T5> |
on$___45() |
default Matchable.MTuple1<T3> |
on$__3__() |
default Matchable.MTuple2<T3,T5> |
on$__3_5() |
default Matchable.MTuple2<T3,T4> |
on$__34_() |
default Matchable.MTuple3<T3,T4,T5> |
on$__345() |
default Matchable.MTuple1<T2> |
on$_2___() |
default Matchable.MTuple2<T2,T5> |
on$_2__5() |
default Matchable.MTuple2<T2,T4> |
on$_2_4_() |
default Matchable.MTuple2<T2,T3> |
on$_23__() |
default Matchable.MTuple3<T2,T3,T5> |
on$_23_5() |
default Matchable.MTuple3<T2,T3,T4> |
on$_234_() |
default Matchable.MTuple4<T2,T3,T4,T5> |
on$_2345() |
default Matchable.MTuple1<T1> |
on$1____() |
default Matchable.MTuple2<T1,T5> |
on$1___5() |
default Matchable.MTuple2<T1,T4> |
on$1__4_() |
default Matchable.MTuple3<T1,T4,T5> |
on$1__45() |
default Matchable.MTuple2<T1,T3> |
on$1_3__() |
default Matchable.MTuple3<T1,T3,T5> |
on$1_3_5() |
default Matchable.MTuple3<T1,T3,T4> |
on$1_34_() |
default Matchable.MTuple4<T1,T3,T4,T5> |
on$1_345() |
default Matchable.MTuple2<T1,T2> |
on$12___() |
default Matchable.MTuple3<T1,T2,T5> |
on$12__5() |
default Matchable.MTuple3<T1,T2,T4> |
on$12_4_() |
default Matchable.MTuple4<T1,T2,T4,T5> |
on$12_45() |
default Matchable.MTuple3<T1,T2,T3> |
on$123__() |
default Matchable.MTuple4<T1,T2,T3,T5> |
on$123_5() |
default Matchable.MTuple4<T1,T2,T3,T4> |
on$1234_() |
default <R> Eval<R> |
visit(QuintFunction<? super T1,? super T2,? super T3,? super T4,? super T5,? extends R> match) |