interface UnaryFunction<T, R> { (source: T): R; }
OperatorFunction
MonoTypeOperatorFunction
(source: T): R
R
source
Tipo: T.
T
Documentación oficial en inglés
Last updated 2 years ago