de.espirit.firstspirit.ui.gadgets.aspects
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
Method Summary |
boolean |
likenTo(T value)
Likens to the given value. |
TYPE
static final AspectType<ValueLikening<?>> TYPE
- The aspect's technical type to be used for requesting it from an
Aspectable
.
- Since:
- 4.2.405
likenTo
boolean likenTo(T value)
- 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
Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480