* Call a function for each property of this object. * (An error will be "fired" if this is not a non-array object). * * @param func Called for each property of this object.
(func: ObjectParserMapFunc<P>)
| 35 | * @param func Called for each property of this object. |
| 36 | */ |
| 37 | map(func: ObjectParserMapFunc<P>): this; |
| 38 | |
| 39 | /** |
| 40 | * Call a function for each property of this object. |
no outgoing calls
no test coverage detected