find

inline fun <T : Enum<T>> find(predicate: (item: T) -> Boolean): T?