collektive-stdlib
Toggle table of contents
25.0.0
common
Platform filter
common
Switch theme
Search in API
collektive-stdlib
collektive-stdlib
/
it.unibo.collektive.stdlib.util
/
Maybe
/
Companion
/
some
some
fun
<
T
>
some
(
value
:
T
)
:
Maybe
<
T
>
Creates a
Maybe
from an existing
value
.