first Or Null
Returns the first element, or null
if the array is empty.
Returns the first element matching the given predicate, or null
if element was not found.
Returns the first element, or null
if the array is empty.
Returns the first element matching the given predicate, or null
if element was not found.