Uses of Interface
io.objectbox.internal.CallWithHandle
Packages that use CallWithHandle
Package
Description
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 CallWithHandleModifier and TypeMethodDescription<RESULT> RESULTBox.internalCallWithReaderHandle(CallWithHandle<RESULT> task) <RESULT> RESULTBox.internalCallWithWriterHandle(CallWithHandle<RESULT> task)