fm.liveswitch.Unit< T > Class Template Reference

A 1-tuple. More...

Public Member Functions

getItem ()
 Gets the item in the tuple. More...
 
 Unit (T item)
 Initializes a new instance of the fm.liveswitch.Unit class. More...
 

Detailed Description

A 1-tuple.

Constructor & Destructor Documentation

◆ Unit()

fm.liveswitch.Unit< T >.Unit ( item)

Initializes a new instance of the fm.liveswitch.Unit class.

Parameters
itemThe item to hold.

Member Function Documentation

◆ getItem()

T fm.liveswitch.Unit< T >.getItem ( )

Gets the item in the tuple.