toggle menu
Selekt
0.29.0-SNAPSHOT
jvm
switch theme
search in API
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
>
)
:
<Error class: unknown class>
operator
fun
<
L
,
R
>
Array
<
L
>
.
times
(
other
:
Iterable
<
R
>
)
:
<Error class: unknown class>
operator
fun
<
L
,
R
>
Iterable
<
L
>
.
times
(
other
:
Array
<
R
>
)
:
<Error class: unknown class>
operator
fun
<
L
,
R
>
Iterable
<
L
>
.
times
(
other
:
Iterable
<
R
>
)
:
Iterable
<
Pair
<
L
,
R
>
>