AsyncEitherExtendedExtension<L, R> extension

on

Methods

flatMap<W>(FutureOr<Either<L, W>> fn(R r)) AsyncEitherExtended<L, W>

Available on AsyncEitherExtended<L, R>, provided by the AsyncEitherExtendedExtension extension

fold<W>(W ifLeft(L l), W ifRight(R r)) Future<W>

Available on AsyncEitherExtended<L, R>, provided by the AsyncEitherExtendedExtension extension

map<W>(Future<W> fn(R r)) AsyncEitherExtended<L, W>

Available on AsyncEitherExtended<L, R>, provided by the AsyncEitherExtendedExtension extension

onLeft(void fn(L l)) AsyncEitherExtended<L, R>

Available on AsyncEitherExtended<L, R>, provided by the AsyncEitherExtendedExtension extension

onRight(void fn(R r)) AsyncEitherExtended<L, R>

Available on AsyncEitherExtended<L, R>, provided by the AsyncEitherExtendedExtension extension