foldWith<A> abstract method

A foldWith<A>(
  1. JsonFolder<A> folder
)

Implementation

A foldWith<A>(JsonFolder<A> folder);