Package io.objectbox.internal
Interface IdGetter<T>
-
public interface IdGetter<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetId(T object)Given object must be non-null and have a non-null ID.
-
-
-
Method Detail
-
getId
long getId(T object)
Given object must be non-null and have a non-null ID.
-
-