ConditionScopes.ConditionScope


class ConditionScopes.ConditionScopeDynamicBuilders.DynamicType?, RawT>

Condition scope to allow binding the true value in a onConditional expression. RawT is the native Java type that can be used when constructing a constant T (e.g. String for DynamicString).

Summary

Public functions

ConditionScopes.IfTrueScope
use(valueWhenTrue: T!)

Sets the value to use as the value when true in a conditional expression.

ConditionScopes.IfTrueScope
use(valueWhenTrue: RawT!)

Sets the value to use as the value when true in a conditional expression.

Public functions

use

Added in 1.0.0
fun use(valueWhenTrue: T!): ConditionScopes.IfTrueScope

Sets the value to use as the value when true in a conditional expression.

use

Added in 1.0.0
fun use(valueWhenTrue: RawT!): ConditionScopes.IfTrueScope

Sets the value to use as the value when true in a conditional expression.