Uses of Class
io.dialob.program.expr.arith.ImmutableIsInactiveOrNullOperator
-
Packages that use ImmutableIsInactiveOrNullOperator Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableIsInactiveOrNullOperator in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableIsInactiveOrNullOperator Modifier and Type Method Description ImmutableIsInactiveOrNullOperatorImmutableIsInactiveOrNullOperator.Builder. build()Builds a newImmutableIsInactiveOrNullOperator.static ImmutableIsInactiveOrNullOperatorImmutableIsInactiveOrNullOperator. copyOf(IsInactiveOrNullOperator instance)Creates an immutable copy of aIsInactiveOrNullOperatorvalue.static ImmutableIsInactiveOrNullOperatorImmutableIsInactiveOrNullOperator. of(ItemId itemId)Construct a new immutableIsInactiveOrNullOperatorinstance.ImmutableIsInactiveOrNullOperatorImmutableIsInactiveOrNullOperator. withItemId(ItemId value)Copy the current immutable object by setting a value for theitemIdattribute.
-