Uses of Interface
io.dialob.program.expr.arith.IsActiveOperator
-
Packages that use IsActiveOperator Package Description io.dialob.program.expr.arith -
-
Uses of IsActiveOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement IsActiveOperator Modifier and Type Class Description classImmutableIsActiveOperatorImmutable implementation ofIsActiveOperator.Methods in io.dialob.program.expr.arith with parameters of type IsActiveOperator Modifier and Type Method Description static ImmutableIsActiveOperatorImmutableIsActiveOperator. copyOf(IsActiveOperator instance)Creates an immutable copy of aIsActiveOperatorvalue.ImmutableIsActiveOperator.BuilderImmutableIsActiveOperator.Builder. from(IsActiveOperator instance)Fill a builder with attribute values from the providedIsActiveOperatorinstance.
-