fold abstract method

O fold(
  1. O acc,
  2. I input
)

Implementation

O fold(O acc, I input);