Output

open class Output<T>

Type for parameters that are logical outputs.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun get(): T?
Link copied to clipboard
fun set(t: T?)

Assumed thread-safe because the one write is before all the reads