inspect abstract method

Result<T, E> inspect(
  1. void onOk(
    1. T
    )
)

Implementation

Result<T, E> inspect(void Function(T) onOk);