Liking cljdoc? Tell your friends :D
Clojure only.

me.vedang.clj-fdb.range

A simple description of an exact range of keyspace, specified by a begin and end key. As with all FoundationDB APIs, begin is inclusive, end exclusive.

A simple description of an exact range of keyspace, specified by a
begin and end key. As with all FoundationDB APIs, begin is
inclusive, end exclusive.
raw docstring

rangeclj

(range begin end)

Construct a new Range with an inclusive begin key and an exclusive end key.

Construct a new Range with an inclusive begin key and an exclusive end key.
sourceraw docstring

starts-withclj

(starts-with prefix)

Returns a Range that describes all possible keys that are prefixed with a specified key.

Parameters: prefix - the key prefixing the range, must not be null Returns: the range of keys starting with prefix

Returns a Range that describes all possible keys that are prefixed
with a specified key.

Parameters:
  prefix - the key prefixing the range, must not be null
Returns:
  the range of keys starting with prefix
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close