toggle menu
Selekt
0.26.0-SNAPSHOT
jvm
switch theme
search in API
selekt-java
/
com.bloomberg.selekt.commons
Package-level
declarations
Types
Functions
Types
Linked
Queue
Link copied to clipboard
@
NotThreadSafe
class
LinkedQueue
<
T
>
Managed
String
Builder
Link copied to clipboard
@
NotThreadSafe
class
ManagedStringBuilder
(
defaultLength
:
Int
=
128
,
maxRetainedLength
:
Int
=
512
)
Functions
delete
Database
Link copied to clipboard
fun
deleteDatabase
(
file
:
File
)
:
Boolean
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
>
for
Until
Link copied to clipboard
inline
fun
Int
.
forUntil
(
other
:
Int
,
block
:
(
Int
)
->
Unit
)
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
>
>