When.then() | Java

 

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

When

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.