MapFoldStreamEither<L, R> extension

on

Methods

mapFold<S>(Func1<L, S> onLeft, Func1<R, S> onRight) Stream<S>