This kotlin code does not compile:
Overload resolution ambiguity. All these functions match.
default RowsFetchSpec map(Function mappingFunction)
RowsFetchSpec map(BiFunction mappingFunction);