Option6

value class Option6<T>(val value: T) : OneOf6<Nothing, Nothing, Nothing, Nothing, Nothing, T> (source)

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

Constructors

Link copied to clipboard
constructor(value: T)

Properties

Link copied to clipboard
val value: T

Payload carried when this option is used.