zipFoldFunctions

implicit class zipFoldFunctions[T, S1](f1: (T, S1) => S1)

zip 2 state-folding functions together

class Object
trait Matchable
class Any

Value members

Concrete methods

def zip[S2](f2: (T, S2) => S2): (T, (S1, S2)) => (S1, S2)