> @@ -46,6 +46,21 @@ public String toString() {
> }
> };
> }
> +
> + public static <K, V> Supplier<V> getSpecificValueInMap(final
> Supplier<Map<K, Supplier<V>>> input, final K keyValue) {The name doesn't indicate anything about the `null`-handling logic...would it be helpful to include that? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/31/files#r4841148
