ValuableStringOperation.concate constructor

ValuableStringOperation.concate(
  1. Valuable<String> operand1,
  2. Valuable<String> operand2
)

Sum operation

Implementation

ValuableStringOperation.concate(
    Valuable<String> operand1, Valuable<String> operand2)
    : this(operand1, StringOperator.concate, operand2);