FMIceLinkMutableUnit Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | T __covariant |
| Declared in | FMIceLinkMutableUnit.h FMIceLinkMutableUnit.m |
– initWithItem:
Initializes a new instance of the FMIceLinkMutableUnit`1 class.
- (instancetype)initWithItem:(T)itemParameters
item |
The item to hold. |
|---|
Discussion
Initializes a new instance of the FMIceLinkMutableUnit`1 class.
Declared In
FMIceLinkMutableUnit.h
– item
Gets the first item in the tuple.
- (T)itemDiscussion
Gets the first item in the tuple.
Declared In
FMIceLinkMutableUnit.h
+ mutableUnitWithItem:
Initializes a new instance of the FMIceLinkMutableUnit`1 class.
+ (FMIceLinkMutableUnit *)mutableUnitWithItem:(T)itemParameters
item |
The item to hold. |
|---|
Discussion
Initializes a new instance of the FMIceLinkMutableUnit`1 class.
Declared In
FMIceLinkMutableUnit.h
– setItem:
Sets the first [item](#//api/name/item) in the tuple.
- (void)setItem:(T)valueDiscussion
Sets the first [item](#//api/name/item) in the tuple.
Declared In
FMIceLinkMutableUnit.h