Uses of Interface
io.dialob.program.expr.arith.IsRequiredOperator
-
Packages that use IsRequiredOperator Package Description io.dialob.program.expr.arith -
-
Uses of IsRequiredOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement IsRequiredOperator Modifier and Type Class Description classImmutableIsRequiredOperatorImmutable implementation ofIsRequiredOperator.Methods in io.dialob.program.expr.arith with parameters of type IsRequiredOperator Modifier and Type Method Description static ImmutableIsRequiredOperatorImmutableIsRequiredOperator. copyOf(IsRequiredOperator instance)Creates an immutable copy of aIsRequiredOperatorvalue.ImmutableIsRequiredOperator.BuilderImmutableIsRequiredOperator.Builder. from(IsRequiredOperator instance)Fill a builder with attribute values from the providedIsRequiredOperatorinstance.
-