Type Alias Optional<T>

Optional: null | OptionalInner<T>

The counterpart of Daml's Optional T type.

Type Parameters

  • T

T The type of the optionally present value.