indexOfFirst

inline fun indexOfFirst(predicate: (element: Long) -> Boolean): Int(source)

Returns the index if the first element in the LongList for which predicate returns true.