seqToSeqInParam

given seqToSeqInParam[T](using val convert: Conversion[T, InParam]): Conversion[Seq[T], Seq[InParam]]

Converts Seq[T] to Seq[InParam].

Value members

Concrete methods

def apply(values: Seq[T]): Seq[InParam]

Inherited methods

@unspecialized
def andThen[A](g: Seq[InParam] => A): Seq[T] => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => Seq[T]): A => Seq[InParam]
Inherited from
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1

Concrete fields

protected val convert: Conversion[T, InParam]

Extensions

Inherited extensions

extension (x: T)
def convert: Seq[InParam]

x.convert converts a value x of type T to type U

x.convert converts a value x of type T to type U

Inherited from
Conversion