kotest-fp / io.kotest.fp / Option / Some

Some

data class Some<T> : Option<T>

Constructors

<init>

Some(value: T)

Properties

value

val value: T