For Each If Object

Syntax

For Each If Object

Parameters

Array

Array of objects

Callable

Function that takes object by reference.
Called for each element in Array if returns true in Predicate

Predicate

Function that takes object and returns boolean.
If returns true Callable called

Output

Result

Modified Array