FoldSyntax

class FoldSyntax[V](values: Iterable[V])
class Object
trait Matchable
class Any

Value members

Concrete methods

def ~>/[R](description: String, initial: DescribedComputation[R], f: (R, V) => DescribedComputation[R]): DescribedComputation[R]

Starting with a given value and description, foldleft over an Iterable of values and 'add' them, describing each 'addition'.

Starting with a given value and description, foldleft over an Iterable of values and 'add' them, describing each 'addition'.