f11Conv
given f11Conv[A, B, C, D, E, F, G, H, I, J, K, L]: NativeConverter[(A, B, C, D, E, F, G, H, I, J, K) => L]
Value members
Concrete methods
Inherited methods
Convert a Json String to type A <br> Any RuntimeException subclass may be thrown if conversion fails.
Convert a Json String to type A <br> Any RuntimeException subclass may be thrown if conversion fails.
- Inherited from
- NativeConverter
Extensions
Extensions
extension (f: (A, B, C, D, E, F, G, H, I, J, K) => L)
Inherited extensions
extension (a: A)
Convert type A to a JSON string <br> Any RuntimeException subclass may be thrown if conversion fails.
Convert type A to a JSON string <br> Any RuntimeException subclass may be thrown if conversion fails.
- Inherited from
- NativeConverter