Descripción
Sintaxis
public static BooleanBinding booleanValueAt(ObservableList<Boolean> op, int index)
public static BooleanBinding booleanValueAt(ObservableList<Boolean> op, ObservableIntegerValue index)
public static BooleanBinding booleanValueAt(ObservableList<Boolean> op, ObservableNumberValue index)
static <K> BooleanBinding booleanValueAt(ObservableMap<K,Boolean> op, ObservableValue<? extends K> key)
static <K> BooleanBinding booleanValueAt(ObservableMap<K,Boolean> op, K key)
Parámetros
- Boolean> op,
- ObservableNumberValue index,
- ObservableValue<? extends K> key,
- ObservableIntegerValue index,
- ObservableMap<K,
- ObservableList<Boolean> op,
- K key,
- int index,
Excepciones
IllegalArgumentException, NullPointerException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.