first
Returns the first element in the IntList or throws a NoSuchElementException if it isEmpty.
Returns the first element in the IntList for which predicate returns true or throws NoSuchElementException if nothing matches.
Returns the first element in the IntList or throws a NoSuchElementException if it isEmpty.
Returns the first element in the IntList for which predicate returns true or throws NoSuchElementException if nothing matches.