Uses of Interface
io.dialob.program.expr.arith.IsAnsweredOperator
-
Packages that use IsAnsweredOperator Package Description io.dialob.program.expr.arith -
-
Uses of IsAnsweredOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement IsAnsweredOperator Modifier and Type Class Description classImmutableIsAnsweredOperatorImmutable implementation ofIsAnsweredOperator.Methods in io.dialob.program.expr.arith with parameters of type IsAnsweredOperator Modifier and Type Method Description static ImmutableIsAnsweredOperatorImmutableIsAnsweredOperator. copyOf(IsAnsweredOperator instance)Creates an immutable copy of aIsAnsweredOperatorvalue.ImmutableIsAnsweredOperator.BuilderImmutableIsAnsweredOperator.Builder. from(IsAnsweredOperator instance)Fill a builder with attribute values from the providedIsAnsweredOperatorinstance.
-