| Package | Description |
|---|---|
| org.openl.binding.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderByIndexNodeBinder
Binds conditional index for arrays like: - arrayOfDrivers[@ age < 20]; -
arrayOfDrivers[select all having gender == "Male"]
|
class |
SelectAllIndexNodeBinder
Binds conditional index for arrays like: - arrayOfDrivers[@ age < 20]; -
arrayOfDrivers[select all having gender == "Male"]
|
class |
SelectFirstIndexNodeBinder
Binds conditional index for arrays that returns the first matching element like:
- arrayOfDrivers[@ age < 20];
- arrayOfDrivers[select all having gender == "Male"]
|
class |
SplitByIndexNodeBinder
Binds conditional index for arrays like: - arrayOfDrivers[@ age < 20]; -
arrayOfDrivers[select all having gender == "Male"]
|
class |
TransformIndexNodeBinder
Binds conditional index for arrays like:
- arrayOfDrivers[@ age < 20];
- arrayOfDrivers[select all having gender == "Male"]
|
Copyright © 2015. All rights reserved.