f19Conv

given f19Conv[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]: NativeConverter[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S) => T]

Value members

Concrete methods

def fromNative(nativeJs: Any): (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S) => T

Inherited methods

def fromJson(json: String): (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S) => T

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

Givens

Givens

given f20Conv[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U]: NativeConverter[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T) => U]

Extensions

Extensions

extension (f: (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S) => T)
def toNative: Any

Inherited extensions

extension (a: A)
def toJson: String

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