Module dev.metaschema.core
Interface ITemporalMapKey
- All Superinterfaces:
IMapKey
- All Known Subinterfaces:
ICalendarMapKey
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An
IMapItem key based on an ITemporalItem value.-
Method Summary
Modifier and TypeMethodDescriptiongetKey()Get the atomic item used as the key.default booleanDetermine if this key is the same as another key.
-
Method Details
-
getKey
ITemporalItem getKey()Description copied from interface:IMapKeyGet the atomic item used as the key. -
isSameKey
Description copied from interface:IMapKeyDetermine if this key is the same as another key.
-