Copy If Integer Array

Syntax

Copy If Integer Array

Parameters

Array

Array of integers

Predicate

Function that takes integer and returns boolean.
If function returns true integer would be copied to NewArray

Output

NewArray

All integer that returns true in predicate