Selekt
Toggle table of contents
0.30.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Selekt
selekt-commons
/
com.bloomberg.selekt.commons
Package-level
declarations
Functions
Functions
empty
Iterable
Link copied to clipboard
fun
<
T
>
emptyIterable
(
)
:
Iterable
<
T
>
for
Each
Catching
Link copied to clipboard
inline
fun
<
T
>
Iterable
<
T
>
.
forEachCatching
(
action
:
(
T
)
->
Unit
)
:
Iterable
<
Throwable
>
load
Embedded
Library
Link copied to clipboard
fun
loadEmbeddedLibrary
(
loader
:
ClassLoader
,
parentDirectory
:
String
,
name
:
String
)
load
Library
Link copied to clipboard
fun
loadLibrary
(
loader
:
ClassLoader
,
parentDirectory
:
String
,
name
:
String
)
times
Link copied to clipboard
operator
fun
<
L
,
R
>
Array
<
L
>
.
times
(
other
:
Array
<
R
>
)
:
Iterable
<
Pair
<
L
,
R
>
>
operator
fun
<
L
,
R
>
Array
<
L
>
.
times
(
other
:
Iterable
<
R
>
)
:
Iterable
<
Pair
<
L
,
R
>
>
operator
fun
<
L
,
R
>
Iterable
<
L
>
.
times
(
other
:
Array
<
R
>
)
:
Iterable
<
Pair
<
L
,
R
>
>
operator
fun
<
L
,
R
>
Iterable
<
L
>
.
times
(
other
:
Iterable
<
R
>
)
:
Iterable
<
Pair
<
L
,
R
>
>