| 修飾子と型 | メソッドと説明 |
|---|---|
DoubleBinding |
otherwise(double otherwiseValue)
条件が
falseである場合に返される3項式の定数値を定義します。 |
NumberBinding |
otherwise(float otherwiseValue)
条件が
falseである場合に返される3項式の定数値を定義します。 |
NumberBinding |
otherwise(int otherwiseValue)
条件が
falseである場合に返される3項式の定数値を定義します。 |
NumberBinding |
otherwise(long otherwiseValue)
条件が
falseである場合に返される3項式の定数値を定義します。 |
NumberBinding |
otherwise(ObservableNumberValue otherwiseValue)
条件が
falseである場合に3項式によって値が返されるObservableNumberValueを定義します。 |
public NumberBinding otherwise(ObservableNumberValue otherwiseValue)
falseである場合に3項式によって値が返されるObservableNumberValueを定義します。otherwiseValue - 値DoubleBindingpublic DoubleBinding otherwise(double otherwiseValue)
falseである場合に返される3項式の定数値を定義します。otherwiseValue - 値DoubleBindingpublic NumberBinding otherwise(float otherwiseValue)
falseである場合に返される3項式の定数値を定義します。otherwiseValue - 値NumberBindingpublic NumberBinding otherwise(long otherwiseValue)
falseである場合に返される3項式の定数値を定義します。otherwiseValue - 値NumberBindingpublic NumberBinding otherwise(int otherwiseValue)
falseである場合に返される3項式の定数値を定義します。otherwiseValue - 値NumberBindingCopyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.