Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Ok<T>

The computation is successful.

since

1.0.0

Type parameters

  • T

    Type of results.

Hierarchy

  • Ok

Index

Properties

Properties

Readonly success

success: true

Whether or not the result was successful, always true in Ok.

since

1.0.0

Readonly value

value: T

The resulting value, defined only in Ok.

since

1.0.0

Generated using TypeDoc