Public Member Functions | |
| Object | compute (NSArray<?> array, String keypath) |
| ObjectAtIndexOperator () | |
myArray.valueForKey("@objectAtIndex.3.firstName");public empty constructor
| Object compute | ( | NSArray<?> | array, | |
| String | keypath | |||
| ) |
returns the keypath value for n-ths object.
| array | array to be checked. | |
| keypath | integer value of index (zero based). |
null if array is empty or value is not in index, keypath value for the object at index otherwise.
1.5.8