extend method

AsyncEitherExtended<L, R> extend()

Implementation

AsyncEitherExtended<L, R> extend() => then((result) => result.extend());