mapNumber abstract method

Json mapNumber(
  1. Function1<num, num> f
)

Implementation

Json mapNumber(Function1<num, num> f);