Descripción
Sintaxis
public When.BooleanConditionBuilder then(boolean thenValue)
public When.NumberConditionBuilder then(double thenValue)
public When.NumberConditionBuilder then(float thenValue)
public When.NumberConditionBuilder then(int thenValue)
public When.NumberConditionBuilder then(long thenValue)
public When.StringConditionBuilder then(String thenValue)
public When.BooleanConditionBuilder then(ObservableBooleanValue thenValue)
public When.NumberConditionBuilder then(ObservableNumberValue thenValue)
<T> When.ObjectConditionBuilder<T> then(ObservableObjectValue<T> thenValue)
public When.StringConditionBuilder then(ObservableStringValue thenValue)
<T> When.ObjectConditionBuilder<T> then(T thenValue)
Parámetros
- long thenValue,
- ObservableNumberValue thenValue,
- T thenValue,
- int thenValue,
- ObservableBooleanValue thenValue,
- ObservableStringValue thenValue,
- boolean thenValue,
- double thenValue,
- String thenValue,
- float thenValue,
- ObservableObjectValue<T> thenValue,
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.