asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
206 stars 21 forks source link

Remove redundant lambda expression #125

Closed JohnNiang closed 1 year ago

JohnNiang commented 1 year ago

Motivation:

See https://github.com/asyncer-io/r2dbc-mysql/issues/124 for more.

Modification:

Remove redundant static variables which are used only once and use method reference instead to improve code readability.

Result:

Closes https://github.com/asyncer-io/r2dbc-mysql/issues/124