Interface SortOrderStep<S>

    • Method Detail

      • asc

        default S asc()
        Sort in ascending order.
        Returns:
        this, for method chaining.
      • desc

        default S desc()
        Sort in descending order.
        Returns:
        this, for method chaining.
      • order

        S order​(SortOrder order)
        Sort in the given order.
        Parameters:
        order - The order.
        Returns:
        this, for method chaining.