F13Conv
given F13Conv[A, B, C, D, E, F, G, H, I, J, K, L, M, N]: NativeConverter[(A, B, C, D, E, F, G, H, I, J, K, L, M) => N]
Value members
Concrete methods
Inherited methods
Convert a Json String to type A. Returns A, or throws.
Convert a Json String to type A. Returns A, or throws.
- Inherited from
- NativeConverter
Convert a Json String to type A. Returns either A, or a String error.
Convert a Json String to type A. Returns either A, or a String error.
- Inherited from
- NativeConverter
Convert a native Javascript type to Scala.js. Returns A, or throws.
Convert a native Javascript type to Scala.js. Returns A, or throws.
- Inherited from
- NativeConverter
Convert a native Javascript type to Scala.js. Returns either A, or a String error.
Convert a native Javascript type to Scala.js. Returns either A, or a String error.
- Inherited from
- NativeConverter
Extensions
Extensions
extension (f: (A, B, C, D, E, F, G, H, I, J, K, L, M) => N)
Inherited extensions
extension (a: A)