Reactive edition of PageableExecutionUtils is ReactivePageableExecutionUtils, it's a very useful utils class.
But what I want to know is why it's not public, when the original PageableExecutionUtils is marked as public?
This result to that I can use PageableExecutionUtils in my own code, but there is no way to use ReactivePageableExecutionUtils.
Is it possible to mark ReactivePageableExecutionUtils as public as well?
Reactive edition of PageableExecutionUtils is ReactivePageableExecutionUtils, it's a very useful utils class.
But what I want to know is why it's not public, when the original PageableExecutionUtils is marked as public?
This result to that I can use PageableExecutionUtils in my own code, but there is no way to use ReactivePageableExecutionUtils.
Is it possible to mark ReactivePageableExecutionUtils as public as well?