Interface ListInsertResult<T>

    • Method Detail

      • getKey

        ListKey getKey()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Gets the key of the item.
        Returns:
        the item key, not null
      • getCompletableFuture

        CompletableFuture<T> getCompletableFuture()
        Deprecated, for removal: This API element is subject to removal in a future version.
        The result of the asynchronous operation.
        Returns:
        the result of the operation, not null