All Methods Instance Methods Abstract Methods Default Methods
Modifier and Type |
Method and Description |
org.jooq.lambda.tuple.Tuple4<T1,T2,T3,T4> |
getMatchable() |
default java.util.Iterator<java.lang.Object> |
iterator() |
default <R> Eval<R> |
matches(java.util.function.Function<Matchable.CheckValue4<T1,T2,T3,T4,R>,Matchable.CheckValue4<T1,T2,T3,T4,R>> fn1,
java.util.function.Supplier<R> otherwise) |
default Matchable.MTuple1<T4> |
on$___4() |
default Matchable.MTuple1<T3> |
on$__3_() |
default Matchable.MTuple2<T3,T4> |
on$__34() |
default Matchable.MTuple1<T2> |
on$_2__() |
default Matchable.MTuple2<T2,T4> |
on$_2_4() |
default Matchable.MTuple2<T2,T3> |
on$_23_() |
default Matchable.MTuple3<T2,T3,T4> |
on$_234() |
default Matchable.MTuple1<T1> |
on$1___() |
default Matchable.MTuple2<T1,T4> |
on$1__4() |
default Matchable.MTuple2<T1,T3> |
on$1_3_() |
default Matchable.MTuple3<T1,T3,T4> |
on$1_34() |
default Matchable.MTuple2<T1,T2> |
on$12__() |
default Matchable.MTuple3<T1,T2,T4> |
on$12_4() |
default Matchable.MTuple3<T1,T2,T3> |
on$123_() |
default <R> Eval<R> |
visit(QuadFunction<? super T1,? super T2,? super T3,? super T4,? extends R> match) |