Uses of Interface
io.dialob.program.expr.arith.IsInactiveOrNullOperator
-
Packages that use IsInactiveOrNullOperator Package Description io.dialob.program.expr.arith -
-
Uses of IsInactiveOrNullOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement IsInactiveOrNullOperator Modifier and Type Class Description classImmutableIsInactiveOrNullOperatorImmutable implementation ofIsInactiveOrNullOperator.Methods in io.dialob.program.expr.arith with parameters of type IsInactiveOrNullOperator Modifier and Type Method Description static ImmutableIsInactiveOrNullOperatorImmutableIsInactiveOrNullOperator. copyOf(IsInactiveOrNullOperator instance)Creates an immutable copy of aIsInactiveOrNullOperatorvalue.ImmutableIsInactiveOrNullOperator.BuilderImmutableIsInactiveOrNullOperator.Builder. from(IsInactiveOrNullOperator instance)Fill a builder with attribute values from the providedIsInactiveOrNullOperatorinstance.
-