FutureResultExt<O, E> extension

on

Methods

thenFold<B>(B ok(O ok), B err(E err)) Future<B>
used to fold a Result from a Future.