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