修飾子と型 | メソッドと説明 |
---|---|
ObjectBinding<T> |
otherwise(ObservableObjectValue<T> otherwiseValue)
条件が
false である場合に3項式によって値が返されるObservableObjectValue を定義します。 |
ObjectBinding<T> |
otherwise(T otherwiseValue)
条件が
false である場合に返される3項式の定数値を定義します。 |
public ObjectBinding<T> otherwise(ObservableObjectValue<T> otherwiseValue)
false
である場合に3項式によって値が返されるObservableObjectValue
を定義します。otherwiseValue
- 値ObjectBinding
public ObjectBinding<T> otherwise(T otherwiseValue)
false
である場合に返される3項式の定数値を定義します。otherwiseValue
- 値ObjectBinding
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.