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