Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
writeopia_models
/
io.writeopia.sdk.models.utils
Package-level
declarations
Types
Functions
Types
Result
Data
Link copied to clipboard
sealed
interface
ResultData
<
T
>
Traversable
Link copied to clipboard
interface
Traversable
Functions
map
Link copied to clipboard
fun
<
T
,
R
>
ResultData
<
T
>
.
map
(
fn
:
(
T
)
->
R
)
:
ResultData
<
R
>
to
Adjency
List
Link copied to clipboard
fun
<
T
:
Traversable
>
Iterable
<
T
>
.
toAdjencyList
(
)
:
Map
<
T
,
List
<
T
>
>
This method creates an adjency list from a traversable Iterable.
to
Boolean
Link copied to clipboard
fun
ResultData
<
Boolean
>
.
toBoolean
(
)
:
Boolean