Interface ValueLikening<T>
- Type Parameters:
T
- The type of value.
public interface ValueLikening<T>
Aspect providing means to liken its value to another one.
- Since:
- 4.2.405
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AspectType<ValueLikening<?>>
The aspect's technical type to be used for requesting it from anAspectable
. -
Method Summary
-
Field Details
-
TYPE
The aspect's technical type to be used for requesting it from anAspectable
.- Since:
- 4.2.405
-
-
Method Details
-
likenTo
Likens to the given value.- Parameters:
value
- The value to compare to.- Returns:
true
, if the held value and the given one are alike.- Since:
- 4.2.405
-