[jOOQ/jOOQ#9061] Remove Java 8 API
This commit is contained in:
parent
761fce92aa
commit
17c8f59ca5
@ -250,11 +250,13 @@ final class FieldProxy<T> implements Field<T>, QueryPartInternal {
|
||||
return delegate.as(otherField);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public final Field<T> as(Function<? super Field<T>, ? extends String> aliasFunction) {
|
||||
return delegate.as(aliasFunction);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public final <Z> Field<Z> cast(Field<Z> field) {
|
||||
return delegate.cast(field);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user