Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FetchResult<V>

Type parameters

  • V

Hierarchy

  • FetchResult

Index

Methods

hasMore

  • hasMore(): boolean
  • Returns boolean

    true if more results could have been returned, otherwise false

isEmpty

  • isEmpty(): boolean
  • Returns boolean

    true if result list is empty

results

  • Returns Array<TopicResult<V>>

    a list of TopicResults, each representing a result single topic selected by the fetch operation.

size

  • size(): number
  • Returns number

    the size of the results list