map<R> method

R map<R>(
  1. R callback()
)

Applies the values of this tuple to an 0-ary function.

Implementation

R map<R>(R Function() callback) => callback();