also<R> method

R also<R>(
  1. R fun(
    1. T it
    )
)

Implementation

R also<R>(R Function(T it) fun) => fun(this);