Element type produced by the source iterable.
Source iterable evaluated sequentially until a match is found.
Optionalpred: IndexedPredicate<T>Optional predicate receiving the current value and index; defaults to accepting every value.
The first element that matches the predicate.
Returns the first element from the source iterable that satisfies an optional predicate.