lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.util
/
IOSupplier
IOSupplier
fun
interface
IOSupplier
<
T
>
This is a result supplier that is allowed to throw an IOException.
Parameters
the suppliers result type.
See also
java.
util.
function.
Supplier
Members
Functions
get
Link copied to clipboard
abstract
fun
get
(
)
:
T
Gets the result.