Option1

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

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

Constructors

Link copied to clipboard
constructor(value: T)

Properties

Link copied to clipboard
val value: T

Payload carried when this option is used.