org.getshaka.nativeconverter

Members list

Type members

Classlikes

class ArrayProduct(arr: Array[Any]) extends Product

Attributes

Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object EsConverters

Converters for native JS types not supported by JSON.

Converters for native JS types not supported by JSON.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait NativeConverter[A]

Typeclass for converting between Scala.js and native JavaScript.

Typeclass for converting between Scala.js and native JavaScript.

Type parameters

A

the type to convert

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BooleanConv.type
object ByteConv.type
object CharConv.type
object DoubleConv.type
object FloatConv.type
object IntConv.type
object JSAnyConv.type
object JSDateConv.type
object LongConv.type
object NullConv.type
object ShortConv.type
object StringConv.type
object UUIDConv.type
Show all

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
class ParseState

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object ParseState

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
ParseState.type

Extensions

Extensions

extension (json: String)(json: String)
def fromJson[A](using nc: NativeConverter[A]): A
extension (nativeJs: Any)(nativeJs: Any)
def fromNative[A](using nc: NativeConverter[A]): A