EitherExtension<T> extension

on

Methods

wrapWithEither({String name = 'wrapWithEither', int retention = 0, bool? cancelOnError, bool bubbleCancellation = true, SeedCallback<Either<dynamic, T>>? seed}) OffsetIterator<Either<dynamic, T>>
Items (T) are emitted as Right, errors are handled and emitted as Left.