MapFirstWhere<K, V> extension

on

Methods

firstWhere(bool test(MapEntry<K, V> entry)) MapEntry<K, V>?
test 関数がtrueを最初に返却したEntryを返却する.