For Each If Integer

Syntax

For Each If Integer

Parameters

Array

Array of integers

Callable

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

Predicate

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

Output

Result

Modified Array