onRight method

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

Implementation

@override
EitherExtended<L, R> onRight(void Function(R r) callBack) => this;