flatMap<W> abstract method

  1. @override
EitherExtended<L, W> flatMap<W>(
  1. covariant Either<L, W> f(
    1. R r
    )
)
override

Implementation

@override
EitherExtended<L, W> flatMap<W>(Either<L, W> Function(R r) f);