onLeft abstract method

EitherExtended<L, R> onLeft(
  1. void callBack(
    1. L l
    )
)

Implementation

EitherExtended<L, R> onLeft(void Function(L l) callBack);