F22Conv
given F22Conv[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W]: NativeConverter[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V) => W]
Value members
Concrete methods
def fromNativeE(ps: ParseState): Either[String, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V) => W]
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
def fromJsonE(json: String): Either[String, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V) => W]
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
def fromNative(nativeJs: Any): (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V) => W
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
def fromNativeE(nativeJs: Any): Either[String, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V) => W]
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, O, P, Q, R, S, T, U, V) => W)
Inherited extensions
extension (a: A)