Package io.objectbox.internal
Interface ToOneGetter<SOURCE,TARGET>
-
- All Superinterfaces:
java.io.Serializable
@Internal public interface ToOneGetter<SOURCE,TARGET> extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ToOne<TARGET>getToOne(SOURCE object)
-