[jOOQ/jOOQ#13593] Use dummy type variables to capture wildcards locally
This commit is contained in:
parent
ecbbc85d16
commit
c00e3571d2
@ -1826,6 +1826,23 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -218,6 +218,9 @@ public final class QOM {
|
||||
// minimal example. Without the qualification, the types cannot be found
|
||||
// despite being imported
|
||||
|
||||
/**
|
||||
* A generic tuple of degree 2 for use in {@link QOM} types.
|
||||
*/
|
||||
public sealed interface UTuple2<Q1 extends org.jooq.QueryPart, Q2 extends org.jooq.QueryPart>
|
||||
extends
|
||||
org.jooq.QueryPart
|
||||
|
||||
Loading…
Reference in New Issue
Block a user