(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.
(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
(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
(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.
(get-offset key-selector)
Returns the key offset parameter for this KeySelector.
Returns the key offset parameter for this KeySelector.
(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.
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close