IterableFind<T> extension

on

Methods

find(bool test(T element)) → T?
指定条件で検索し、発見できなければnullを返却する. firstOrNullWhere のショートカット.