Uses of Interface
io.dialob.program.expr.arith.IsBlankOperator
-
Packages that use IsBlankOperator Package Description io.dialob.program.expr.arith -
-
Uses of IsBlankOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement IsBlankOperator Modifier and Type Class Description classImmutableIsBlankOperatorImmutable implementation ofIsBlankOperator.Methods in io.dialob.program.expr.arith with parameters of type IsBlankOperator Modifier and Type Method Description static ImmutableIsBlankOperatorImmutableIsBlankOperator. copyOf(IsBlankOperator instance)Creates an immutable copy of aIsBlankOperatorvalue.ImmutableIsBlankOperator.BuilderImmutableIsBlankOperator.Builder. from(IsBlankOperator instance)Fill a builder with attribute values from the providedIsBlankOperatorinstance.
-