Uses of Interface
io.dialob.program.expr.arith.IsNullOperator
-
Packages that use IsNullOperator Package Description io.dialob.program.expr.arith -
-
Uses of IsNullOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement IsNullOperator Modifier and Type Class Description classImmutableIsNullOperatorImmutable implementation ofIsNullOperator.Methods in io.dialob.program.expr.arith with parameters of type IsNullOperator Modifier and Type Method Description static ImmutableIsNullOperatorImmutableIsNullOperator. copyOf(IsNullOperator instance)Creates an immutable copy of aIsNullOperatorvalue.ImmutableIsNullOperator.BuilderImmutableIsNullOperator.Builder. from(IsNullOperator instance)Fill a builder with attribute values from the providedIsNullOperatorinstance.
-