FoldExtension<T> extension

on

Methods

fold<R>(R initialValue, R reducer(R acc, T item)) Future<R>