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 IdId. of(java.lang.Object value)static IdId. ofUuid()Methods in it.tidalwave.util with parameters of type Id Modifier and Type Method Description intId. 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)FFinderWithId. withId(Id id)FFinderWithIdSupport. withId(Id id)
-