Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MutableUnit<T>

A mutable 1-tuple.
Type the tuple holds.

Type parameters

  • T

Hierarchy

  • MutableUnit

Index

Constructors

Properties

Methods

Constructors

constructor

  • Initializes a new instance of the fm.icelink.mutableUnit class.

    Parameters

    • item: T

      The item to hold.

    Returns MutableUnit

Properties

Private _item

_item: T
internal

Methods

getItem

  • getItem(): T
  • Gets the first item in the tuple.

    Returns T

getTypeString

  • getTypeString(): string
  • Returns string

setItem

  • setItem(value: T): void
  • Sets the first item in the tuple.

    Parameters

    • value: T

    Returns void