public class ConditionScopes


Intermediate scopes used inside of onCondition expressions. This is to enable functionality such as DynamicString.onCondition(...).use(constant("Foo")).elseUse(constant("Bar")).

Summary

Nested types

Condition scope to allow binding the true value in a onConditional expression.

Condition scope to allow binding the true value in a onConditional expression, yielding a resulting Dynamic value.