fluentast-core / at.hschroedl.fluentast.ast.statement / FluentIfPartial / then
then
fun then(statement: FluentStatement): FluentIfStatement (source)
Creates a new FluentIfStatement.
Parameters
statement - the statement in the then-part of the IfStatement.
Return the FluentIfStatement with the given statement as then-body.
Generated using Dokka.