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)item
Parameters
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)item
Discussion
Gets the first item in the tuple.
Declared In
FMIceLinkMutableUnit.h
+ mutableUnitWithItem:
Initializes a new instance of the FMIceLinkMutableUnit`1 class.
+ (FMIceLinkMutableUnit *)mutableUnitWithItem:(T)item
Parameters
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)value
Discussion
Sets the first [item](#//api/name/item) in the tuple.
Declared In
FMIceLinkMutableUnit.h