Module dev.metaschema.core
Interface ICalendarMapKey
- All Superinterfaces:
IMapKey,ITemporalMapKey
- 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 ICalendarTemporalItem.-
Method Summary
Methods inherited from interface dev.metaschema.core.metapath.item.function.ITemporalMapKey
isSameKey
-
Method Details
-
getKey
ICalendarTemporalItem getKey()Description copied from interface:IMapKeyGet the atomic item used as the key.- Specified by:
getKeyin interfaceIMapKey- Specified by:
getKeyin interfaceITemporalMapKey- Returns:
- the atomic item
-