ListUtils
ListUtils class
Utility class for list processing.
Methods
| Name | Description |
|---|
| Apply | Apply algorithm for each list element starting from specified position. |
| Filter | Filter list elements by specified condition. |
| Find | Find first occurrence of an list element which satisfy specified condition. |