Enum

find_value/3

find_value(enumerable, default \\ nil, fun)

Returns the value of the first invocation of the function fun which returns a truthy value.

If no such element is found it returns default.