Option3

value class Option3<T>(val value: T) : OneOf5<Nothing, Nothing, T, Nothing, Nothing> (source)

Represents the third alternative of the union. @property value payload chosen for the third branch.

Constructors

Link copied to clipboard
constructor(value: T)

Properties

Link copied to clipboard
val value: T

Payload carried when this option is used.