onRight abstract method

EitherExtended<L, R> onRight(
  1. void callBack(
    1. R r
    )
)

Implementation

EitherExtended<L, R> onRight(void Function(R r) callBack);