Uses of Interface
io.objectbox.internal.CallWithHandle
-
Packages that use CallWithHandle Package Description io.objectbox ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite. -
-
Uses of CallWithHandle in io.objectbox
Methods in io.objectbox with parameters of type CallWithHandle Modifier and Type Method Description <RESULT> RESULTBox. internalCallWithReaderHandle(CallWithHandle<RESULT> task)<RESULT> RESULTBox. internalCallWithWriterHandle(CallWithHandle<RESULT> task)
-