Liking cljdoc? Tell your friends :D
Clojure only.

jdk.util.function.IntSupplier

Represents a supplier of int-valued results. This is the int-producing primitive specialization of Supplier.

There is no requirement that a distinct result be returned each time the supplier is invoked.

This is a functional interface whose functional method is getAsInt().

Represents a supplier of int-valued results.  This is the
int-producing primitive specialization of Supplier.

There is no requirement that a distinct result be returned each
time the supplier is invoked.

This is a functional interface
whose functional method is getAsInt().
raw docstring

get-as-intclj

(get-as-int this)

Gets a result.

returns: a result - int

Gets a result.

returns: a result - `int`
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close