OfObject

class OfObject<Value> @JvmOverloads constructor(initialValue: Value? = null) : OutputPointer<Value?> (source)

Value output parameter.

Constructors

Link copied to clipboard
constructor(initialValue: Value? = null)

Properties

Link copied to clipboard
var value: Value?

Actual param value.