Uses of Interface
io.dialob.program.expr.arith.ConcatOperator
-
Packages that use ConcatOperator Package Description io.dialob.program.expr.arith -
-
Uses of ConcatOperator in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement ConcatOperator Modifier and Type Class Description classImmutableConcatOperatorImmutable implementation ofConcatOperator.Methods in io.dialob.program.expr.arith with parameters of type ConcatOperator Modifier and Type Method Description static ImmutableConcatOperatorImmutableConcatOperator. copyOf(ConcatOperator instance)Creates an immutable copy of aConcatOperatorvalue.ImmutableConcatOperator.BuilderImmutableConcatOperator.Builder. from(ConcatOperator instance)Fill a builder with attribute values from the providedConcatOperatorinstance.
-