A 2-tuple. More...
Instance Methods | |
| (instancetype) | - initWithItem1:item2: |
| Initializes a new instance of the FMLiveSwitchPair`2 class. More... | |
| (bool) | - isEqualWithObj: |
| Determines whether the specified System.Object is equal to the current System.Object. More... | |
| (T1) | - item1 |
| Gets the first item in the tuple. More... | |
| (T2) | - item2 |
| Gets the second item in the tuple. More... | |
Class Methods | |
| (FMLiveSwitchPair *) | + pairWithItem1:item2: |
| Initializes a new instance of the FMLiveSwitchPair`2 class. More... | |
Protected Attributes | |
| __pad0__: NSObject- (int) hash | |
A 2-tuple.
| - (instancetype) initWithItem1: | (T1) | item1 | |
| item2: | (T2) | item2 | |
Initializes a new instance of the FMLiveSwitchPair`2 class.
| item1 | First item the tuple holds. |
| item2 | Second item the tuple holds. |
| - (bool) isEqualWithObj: | (id) | obj |
Determines whether the specified System.Object is equal to the current System.Object.
| obj | The object to compare with the current object. |
| - (T1) item1 |
Gets the first item in the tuple.
| - (T2) item2 |
Gets the second item in the tuple.
| + (FMLiveSwitchPair*) pairWithItem1: | (T1) | item1 | |
| item2: | (T2) | item2 | |
Initializes a new instance of the FMLiveSwitchPair`2 class.
| item1 | First item the tuple holds. |
| item2 | Second item the tuple holds. |
|
protected |