Interface NumberDomain

    • Method Detail

      • isComparableWith

        default boolean isComparableWith​(ValueDomain other)
        Description copied from interface: ValueDomain
        Check if a value of a given ValueDomain can be compared to a value of this ValueDomain
        Specified by:
        isComparableWith in interface ValueDomain
        Parameters:
        other - the other ValueDomain
        Returns:
        true if the comparison is possible