
Public Member Functions | |
| Object | compute (NSArray<?> array, String keypath) |
| LimitOperator () | |
This allows for key value paths like:
myArray.valueForKeyPath("@limit.10.someOtherPath");
Which in this case would return the first 10 objects in myArray before continuing to process someOtherPath.
| LimitOperator | ( | ) |
Constructs a new LimitOperator
| Object compute | ( | NSArray<?> | array, | |
| String | keypath | |||
| ) |
Computes the subarray of the given array.
| array | array to be truncated. | |
| keypath | the key path to follow after truncation. |
1.5.8