Class ComparisonRelation

java.lang.Object
com.jnape.palatable.lambda.functions.ordering.ComparisonRelation
All Implemented Interfaces:
CoProduct3<ComparisonRelation.LessThan,ComparisonRelation.Equal,ComparisonRelation.GreaterThan,ComparisonRelation>
Direct Known Subclasses:
ComparisonRelation.Equal, ComparisonRelation.GreaterThan, ComparisonRelation.LessThan

Specialized CoProduct3 representing the possible results of a ordered comparison. Used by Compare as the result of a comparison.
See Also: