FMLiveSwitchTriple Class Reference

A 3-tuple. More...

Instance Methods

(T1) - item1
 Gets the first item in the tuple. More...
 
(T2) - item2
 Gets the second item in the tuple. More...
 
(T3) - item3
 Gets the third item in the tuple. More...
 

Class Methods

(FMLiveSwitchTriple *) + tripleWithItem1:item2:item3:
 Initializes a new instance of the FMLiveSwitchTriple`3 class. More...
 

Protected Attributes

 __pad0__: NSObject- (instancetype) initWithItem1:(T1)item1 item2:(T2)item2 item3:(T3)item3
 

Detailed Description

A 3-tuple.

Method Documentation

◆ item1

- (T1) item1

Gets the first item in the tuple.

◆ item2

- (T2) item2

Gets the second item in the tuple.

◆ item3

- (T3) item3

Gets the third item in the tuple.

◆ tripleWithItem1:item2:item3:

+ (FMLiveSwitchTriple*) tripleWithItem1: (T1)  item1
item2: (T2)  item2
item3: (T3)  item3 

Initializes a new instance of the FMLiveSwitchTriple`3 class.

Parameters
item1First item the tuple holds.
item2Second item the tuple holds.
item3Third item the tuple holds.

Member Data Documentation

◆ __pad0__

- __pad0__
protected