Interface OrderByOperation<T>

  • Type Parameters:
    T -
    All Superinterfaces:
    Executor<T>, Limit<T>

    public interface OrderByOperation<T>
    extends Limit<T>, Executor<T>
    Order by ascending or descending operations and limit/execute operations.
    API:
    This is a public API.