times method
The multiplication expression.
Implementation
@override
LambdaBuilder times() => LambdaBuilder.abstract(
LambdaBuilder.abstract(
LambdaBuilder.abstract(
LambdaBuilder.applyAll([
LambdaBuilder.fromVar(name: 'x'),
LambdaBuilder.applyAll([
LambdaBuilder.fromVar(name: 'y'),
LambdaBuilder.fromVar(name: 'z'),
]),
]),
'z',
),
'y',
),
'x',
);