Base class for {@code MessageCondition's} that pre-declares abstract methods {@link #getContent()} and {@link #getToStringInfix()} in order to provide implementations of {@link #equals(Object)}, {@link #toHash()}, and {@link #toString()}.
See Source File