fluentast-core / at.hschroedl.fluentast.ast.expression / FluentInfixExpression / right

right

fun right(anotherExpression: FluentExpression): FluentInfixExpression (source)

Adds a FluentExpression to the list of extended operands on the right hand side of the operator.

Parameters

anotherExpression - expression on the right side of operator.

Return this FluentInfixExpression with another right hand side operand.


Generated using Dokka.