FMLiveSwitchMutableUnit Class Reference

A mutable 1-tuple. More...

Instance Methods

(T) - item
 Gets the first item in the tuple. More...
 
(void) - setItem:
 Sets the first item in the tuple. More...
 

Class Methods

(FMLiveSwitchMutableUnit *) + mutableUnitWithItem:
 Initializes a new instance of the FMLiveSwitchMutableUnit`1 class. More...
 

Protected Attributes

 __pad0__: NSObject- (instancetype) initWithItem:(T)item
 

Detailed Description

A mutable 1-tuple.

Method Documentation

◆ item

- T item

Gets the first item in the tuple.

◆ mutableUnitWithItem:

+ (FMLiveSwitchMutableUnit*) mutableUnitWithItem: (T)  item

Initializes a new instance of the FMLiveSwitchMutableUnit`1 class.

Parameters
itemThe item to hold.

◆ setItem:

- (void) setItem: (T)  value

Sets the first item in the tuple.

Member Data Documentation

◆ __pad0__

- __pad0__
protected