ImmutableConditionalValue<T> |
ImmutableConditionalValue.Builder.build() |
|
static <T> ImmutableConditionalValue<T> |
ImmutableConditionalValue.copyOf(ConditionalValue<T> instance) |
|
ImmutableConditionalValue<T> |
ImmutableConditionalValue.withFallbackValue(T value) |
Copy the current immutable object by setting a value for the fallbackValue attribute.
|
ImmutableConditionalValue<T> |
ImmutableConditionalValue.withValue(T value) |
Copy the current immutable object by setting a value for the value attribute.
|
ImmutableConditionalValue<T> |
ImmutableConditionalValue.withValueType(ValueType value) |
Copy the current immutable object by setting a value for the valueType attribute.
|
ImmutableConditionalValue<T> |
ImmutableConditionalValue.withWhen(Expression value) |
Copy the current immutable object by setting a value for the when attribute.
|