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
/
serializable
serializable
fun
<
T
>
Option
<
T
>
.
serializable
(
)
:
Maybe
<
T
>
Creates a
Maybe
from an
Option
.
Return
A
Maybe
wrapping the provided
Option
.