Uses of Class
it.tidalwave.util.Id
-
Packages that use Id Package Description it.tidalwave.util it.tidalwave.util.spi -
-
Uses of Id in it.tidalwave.util
Methods in it.tidalwave.util that return Id Modifier and Type Method Description static Id
Id. of(java.lang.Object value)
static Id
Id. ofUuid()
Methods in it.tidalwave.util with parameters of type Id Modifier and Type Method Description int
Id. compareTo(Id other)
-
Uses of Id in it.tidalwave.util.spi
Methods in it.tidalwave.util.spi with parameters of type Id Modifier and Type Method Description protected java.util.Optional<T>
FinderWithIdMapSupport. findById(Id id)
protected java.util.Optional<T>
FinderWithIdSupport. findById(Id id)
F
FinderWithId. withId(Id id)
F
FinderWithIdSupport. withId(Id id)
-