MapWhere<K, V> extension

on

Methods

where(bool test(MapEntry<K, V> entry)) Iterable<MapEntry<K, V>>
test 関数がtrueを返却した MapEntry<K, V> をすべて返却する.