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