For Each If Boolean

Syntax

For Each If Boolean

Parameters

Array

Array of booleans

Callable

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

Predicate

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

Output

Result

Modified Array