fold<B> abstract method
B
fold<B>(
- B ifLeft(
- L l
- B ifRight(
- R r
Implementation
B fold<B>(B ifLeft(L l), B ifRight(R r));
B fold<B>(B ifLeft(L l), B ifRight(R r));