Public Member Functions | |
| Object | compute (NSArray<?> array, String keypath) |
| IsEmptyOperator () | |
myArray.valueForKey("@isEmpty");| IsEmptyOperator | ( | ) |
public empty constructor
| Object compute | ( | NSArray<?> | array, | |
| String | keypath | |||
| ) |
returns true if the given array is empty, usefull for WOHyperlink disabled binding.
| array | array to be checked. | |
| keypath | the keypath. This value is ignored. |
Boolean.TRUE if array is empty, Boolean.FALSE otherwise.
1.5.8