Uses of Class
dk.cloudcreate.essentials.components.foundation.types.EventId
-
Packages that use EventId Package Description dk.cloudcreate.essentials.components.foundation.types -
-
Uses of EventId in dk.cloudcreate.essentials.components.foundation.types
Methods in dk.cloudcreate.essentials.components.foundation.types that return EventId Modifier and Type Method Description static EventIdEventId. of(CharSequence value)static EventIdEventId. random()Methods in dk.cloudcreate.essentials.components.foundation.types that return types with arguments of type EventId Modifier and Type Method Description static Optional<EventId>EventId. optionalFrom(CharSequence value)Converts a non-nullvalueto anOptional.of(Object)with argumentEventId, otherwise it returns anOptional.empty()
-