Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.extensions.collections
/
getCast
get
Cast
inline
fun
<
T
:
Any
>
Array
<
*
>
.
getCast
(
index
:
Int
)
:
Validated
<
Throwable
,
T
>
fun
<
T
:
Any
>
Collection
<
*
>
.
getCast
(
index
:
Int
)
:
Validated
<
Throwable
,
T
>
See also
Collection
Utils.
Get.
getCast
inline
fun
<
T
:
Any
,
K
>
Map
<
K
,
*
>
.
getCast
(
key
:
K
)
:
Option
<
T
>
See also
MapUtils.
getCast