Interface MutuallyExclusive<T>

    • Method Detail

      • isMutuallyExclusive

        boolean isMutuallyExclusive​(T other)
        Is this instance mutually exclusive with the given other instance? This method is reflexive.
        Parameters:
        other - to check mutual exclusivity against.
        Returns:
        true iff this and the other are mutually exclusive.