public static <K> BooleanBinding booleanValueAt (ObservableMap<K, Boolean> op, ObservableValue<? extends K> key)

Creates a new javafx.beans.binding.BooleanBinding that contains the mapping of a specific key in an javafx.collections.ObservableMap. The BooleanBinding will hold false, if the key cannot be found in the ObservableMap.

Parameters:
op    the ObservableMap
key    the key in the Map
<K>    type of the key elements of the Map

Returns:  the new BooleanBinding

Exceptions:
NullPointerException    if the ObservableMap or key is null

Since:  JavaFX 2.1