Record Class CAComparisonFuzzyType.Anything<T>
java.lang.Object
java.lang.Record
com.io7m.cardant.model.comparisons.CAComparisonFuzzyType.Anything<T>
- Type Parameters:
T- The type of values
- All Implemented Interfaces:
CAComparisonFuzzyType<T>,CAComparisonType
- Enclosing interface:
CAComparisonFuzzyType<T>
public static record CAComparisonFuzzyType.Anything<T>()
extends Record
implements CAComparisonFuzzyType<T>
Match any value.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.io7m.cardant.model.comparisons.CAComparisonFuzzyType
CAComparisonFuzzyType.Anything<T>, CAComparisonFuzzyType.IsEqualTo<T>, CAComparisonFuzzyType.IsNotEqualTo<T>, CAComparisonFuzzyType.IsNotSimilarTo<T>, CAComparisonFuzzyType.IsSimilarTo<T> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Anything
public Anything()Creates an instance of aAnythingrecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-