Liking cljdoc? Tell your friends :D

me.vedang.clj-fdb.key-selector


addclj

(add key-selector offset)

Returns a new KeySelector offset by a given number of keys from this one. https://apple.github.io/foundationdb/developer-guide.html#key-selectors.

Returns a new KeySelector offset by a given number of keys from this one.
https://apple.github.io/foundationdb/developer-guide.html#key-selectors.
sourceraw docstring

first-greater-or-equalclj

(first-greater-or-equal key)

Creates a KeySelector that picks the first key greater than or equal to the parameter

Creates a KeySelector that picks the first key greater than or equal to the parameter
sourceraw docstring

first-greater-thanclj

(first-greater-than key)

Creates a KeySelector that picks the first key greater than the parameter

Creates a KeySelector that picks the first key greater than the parameter
sourceraw docstring

get-keyclj

(get-key key-selector)

Returns a copy of the key that serves as the anchor for this KeySelector. This is not the key to which this KeySelector would resolve to.

Returns a copy of the key that serves as the anchor for this KeySelector.
This is not the key to which this KeySelector would resolve to.
sourceraw docstring

get-offsetclj

(get-offset key-selector)

Returns the key offset parameter for this KeySelector.

Returns the key offset parameter for this KeySelector.
sourceraw docstring

last-less-or-equalclj

(last-less-or-equal key)

Returns a KeySelector that picks the last key less than or equal to the parameter.

Returns a KeySelector that picks the last key less than or equal to the parameter.
sourceraw docstring

last-less-thanclj

(last-less-than key)

Creates a KeySelector that picks the last key less than the parameter

Creates a KeySelector that picks the last key less than the parameter
sourceraw docstring

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

× close