Uses of Interface
io.dialob.program.expr.arith.NeOperator
-
Packages that use NeOperator Package Description io.dialob.program.expr.arith -
-
Uses of NeOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement NeOperator Modifier and Type Class Description classImmutableNeOperator<T>Immutable implementation ofNeOperator.Methods in io.dialob.program.expr.arith with parameters of type NeOperator Modifier and Type Method Description static <T> ImmutableNeOperator<T>ImmutableNeOperator. copyOf(NeOperator<T> instance)Creates an immutable copy of aNeOperatorvalue.ImmutableNeOperator.Builder<T>ImmutableNeOperator.Builder. from(NeOperator<T> instance)Fill a builder with attribute values from the providedNeOperatorinstance.
-