### YamlMime:JavaType methods: - fullName: microsoft.servicefabric.data.utilities.AsyncEnumeration.hasMoreElementsAsync() name: hasMoreElementsAsync() nameWithType: AsyncEnumeration.hasMoreElementsAsync() returns: description:

A completable future which returns boolean indicating whether there are more elements left to enumerate.

type: summary:

Gets asynchronously whether there are more elements to enumerate.

syntax: public CompletableFuture hasMoreElementsAsync() uid: microsoft.servicefabric.data.utilities.AsyncEnumeration.hasMoreElementsAsync() - fullName: microsoft.servicefabric.data.utilities.AsyncEnumeration.nextElementAsync() name: nextElementAsync() nameWithType: AsyncEnumeration.nextElementAsync() returns: description:

The next element.

type: summary:

Gets the next element in enumeration.

syntax: public CompletableFuture nextElementAsync() uid: microsoft.servicefabric.data.utilities.AsyncEnumeration.nextElementAsync() nameWithType: AsyncEnumeration syntax: public interface AsyncEnumeration type: interface typeParameters: - description:

The type of element to enumerate.

name: E uid: microsoft.servicefabric.data.utilities.AsyncEnumeration fullName: microsoft.servicefabric.data.utilities.AsyncEnumeration name: AsyncEnumeration package: microsoft.servicefabric.data.utilities summary: >-

Asynchronous enumerator

metadata: {}