Uses of Class
io.objectbox.query.LazyList
Packages that use LazyList
-
Uses of LazyList in io.objectbox.query
Methods in io.objectbox.query that return LazyListModifier and TypeMethodDescriptionQuery.findLazy()LikeQuery.findIds(), but wraps the Object IDs in an unmodifiableLazyListso Objects can be retrieved on demand.Query.findLazyCached()LikeQuery.findIds(), but wraps the Object IDs in an unmodifiable, cachingLazyListso Objects can be retrieved on demand.