Interface ComparableOps

All Known Implementing Classes:
StringOps

public interface ComparableOps
Operations on Comparable.
  • Method Details

    • compareTo

      Expr compareTo(Expr other)
      Generate a call to Comparable.compareTo(Object).
      Parameters:
      other - the other object to compare (must not be null)
      Returns:
      the expression of the result (not null)