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

right

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

Creates a FluentInfixExpression by adding an expression to the right-hand side of this partial.

Parameters

rightExpression - expression on the right-hand side.

Return a new FluentInfixExpression.


Generated using Dokka.