Uses of Class
io.nitric.api.document.ResultDoc
-
Packages that use ResultDoc Package Description io.nitric.api.document Provides the Document Service API. -
-
Uses of ResultDoc in io.nitric.api.document
Methods in io.nitric.api.document that return types with arguments of type ResultDoc Modifier and Type Method Description Iterator<ResultDoc<T>>
QueryResults. iterator()
Return a typed query results iterator.Stream<ResultDoc<T>>
Query. stream()
Perform the Query operation and return a Stream object.
-