Uses of Class
io.dialob.program.expr.arith.ImmutableIsBlankOperator.Builder
-
Packages that use ImmutableIsBlankOperator.Builder Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableIsBlankOperator.Builder in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableIsBlankOperator.Builder Modifier and Type Method Description static ImmutableIsBlankOperator.BuilderImmutableIsBlankOperator. builder()Creates a builder forImmutableIsBlankOperator.ImmutableIsBlankOperator.BuilderImmutableIsBlankOperator.Builder. from(IsBlankOperator instance)Fill a builder with attribute values from the providedIsBlankOperatorinstance.ImmutableIsBlankOperator.BuilderImmutableIsBlankOperator.Builder. questionId(ItemId questionId)Initializes the value for thequestionIdattribute.
-