Uses of Interface
io.dialob.program.expr.arith.LtOperator
-
Packages that use LtOperator Package Description io.dialob.program.expr.arith -
-
Uses of LtOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement LtOperator Modifier and Type Class Description classImmutableLtOperator<T extends Comparable<T>>Immutable implementation ofLtOperator.Methods in io.dialob.program.expr.arith with parameters of type LtOperator Modifier and Type Method Description static <T extends Comparable<T>>
ImmutableLtOperator<T>ImmutableLtOperator. copyOf(LtOperator<T> instance)Creates an immutable copy of aLtOperatorvalue.ImmutableLtOperator.Builder<T>ImmutableLtOperator.Builder. from(LtOperator<T> instance)Fill a builder with attribute values from the providedLtOperatorinstance.
-