tuweni / org.apache.tuweni.kv / KeyValueStore / containsKeyAsync

containsKeyAsync

open fun containsKeyAsync(key: K): AsyncResult<Boolean> (source)

Returns true if the store contains the key.

Parameters

key - The key for the content.

Return
An AsyncResult that will complete with a boolean result.