snd method
The second projection of a pair.
Implementation
@override
LambdaBuilder snd() => LambdaBuilder.abstract(
LambdaBuilder.applyAll(
[
LambdaBuilder.fromVar(name: 'x'),
lambdaFalse(),
],
),
'x',
);