Uses of Class
io.dialob.program.expr.arith.ImmutableIsNullOperator.Builder
-
Packages that use ImmutableIsNullOperator.Builder Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableIsNullOperator.Builder in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableIsNullOperator.Builder Modifier and Type Method Description static ImmutableIsNullOperator.BuilderImmutableIsNullOperator. builder()Creates a builder forImmutableIsNullOperator.ImmutableIsNullOperator.BuilderImmutableIsNullOperator.Builder. from(IsNullOperator instance)Fill a builder with attribute values from the providedIsNullOperatorinstance.ImmutableIsNullOperator.BuilderImmutableIsNullOperator.Builder. itemId(ItemId itemId)Initializes the value for theitemIdattribute.
-