Uses of Interface
io.dialob.program.expr.arith.UnaryOperator
-
Packages that use UnaryOperator Package Description io.dialob.program.expr.arith -
-
Uses of UnaryOperator in io.dialob.program.expr.arith
Subinterfaces of UnaryOperator in io.dialob.program.expr.arith Modifier and Type Interface Description interfaceNegOperatorinterfaceNegOperatorDecimalinterfaceNegOperatorNumberinterfaceNotOperatorClasses in io.dialob.program.expr.arith that implement UnaryOperator Modifier and Type Class Description classImmutableNegOperatorDecimalImmutable implementation ofNegOperatorDecimal.classImmutableNegOperatorNumberImmutable implementation ofNegOperatorNumber.classImmutableNotOperatorImmutable implementation ofNotOperator.Methods in io.dialob.program.expr.arith with parameters of type UnaryOperator Modifier and Type Method Description ImmutableNegOperatorDecimal.BuilderImmutableNegOperatorDecimal.Builder. from(UnaryOperator instance)Fill a builder with attribute values from the providedio.dialob.program.expr.arith.UnaryOperatorinstance.ImmutableNegOperatorNumber.BuilderImmutableNegOperatorNumber.Builder. from(UnaryOperator instance)Fill a builder with attribute values from the providedio.dialob.program.expr.arith.UnaryOperatorinstance.ImmutableNotOperator.BuilderImmutableNotOperator.Builder. from(UnaryOperator instance)Fill a builder with attribute values from the providedio.dialob.program.expr.arith.UnaryOperatorinstance.
-