ConvertFromScala

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def convertSeq[A, B](s: Seq[A])(using converter: ConvertFromScala[A, B]): Either[Exception, Vector[B]]

Givens

Givens

given EmptyTupleConverter: ConvertFromScala[EmptyTuple, EmptyTuple]