getR method
b
getR(
- b left(
- a
inherited
Handle the left value with left
and return the right B
value.
Implementation
b getR(b Function(a) left) => _self.visit(left: left, right: _identity);
Handle the left value with left
and return the right B
value.
b getR(b Function(a) left) => _self.visit(left: left, right: _identity);