Interface ObjectOrdering

    • Method Detail

      • getOrderBy

        ItemPath getOrderBy()
        Item path by which to order - should not be null or empty.
      • getDirection

        @Nullable
        @Nullable OrderDirection getDirection()
        Ordering direction, can return null, which should be interpreted as ascending.
      • equals

        boolean equals​(Object o,
                       boolean exact)