Interface SortOrder<T>

    • Method Detail

      • asc

        T asc()
        Deprecated.
        Sort in ascending order.
        Returns:
        this for method chaining
      • desc

        T desc()
        Deprecated.
        Sort in descending order.
        Returns:
        this for method chaining