ArrayBinders

bitlap.scalikejdbc.binders.ArrayBinders
trait ArrayBinders

Attributes

Version

1.0,2023/3/8

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllBinders

Members list

Givens

Givens

given bigDecimalArray2List: TypeBinder[List[BigDecimal]]
given bigDecimalArray2Seq: TypeBinder[Seq[BigDecimal]]
given bigDecimalArray2Set: TypeBinder[Set[BigDecimal]]
given bigDecimalArray2Vector: TypeBinder[Vector[BigDecimal]]
given bigDecimalList2Array: ParameterBinderFactory[List[BigDecimal]]
given bigDecimalSeq2Array: ParameterBinderFactory[Seq[BigDecimal]]
given bigDecimalSet2Array: ParameterBinderFactory[Set[BigDecimal]]
given bigDecimalVector2Array: ParameterBinderFactory[Vector[BigDecimal]]
given intArray2List: TypeBinder[List[Int]]
given intArray2Seq: TypeBinder[Seq[Int]]
given intArray2Set: TypeBinder[Set[Int]]
given intArray2Vector: TypeBinder[Vector[Int]]
given intList2Array: ParameterBinderFactory[List[Int]]
given intSeq2Array: ParameterBinderFactory[Seq[Int]]
given intSet2Array: ParameterBinderFactory[Set[Int]]
given intVector2Array: ParameterBinderFactory[Vector[Int]]
given longArray2List: TypeBinder[List[Long]]
given longArray2Seq: TypeBinder[Seq[Long]]
given longArray2Set: TypeBinder[Set[Long]]
given longArray2Vector: TypeBinder[Vector[Long]]
given longList2Array: ParameterBinderFactory[List[Long]]
given longSeq2Array: ParameterBinderFactory[Seq[Long]]
given longSet2Array: ParameterBinderFactory[Set[Long]]
given longVector2Array: ParameterBinderFactory[Vector[Long]]
given stringArray2List: TypeBinder[List[String]]
given stringArray2Seq: TypeBinder[Seq[String]]
given stringArray2Set: TypeBinder[Set[String]]
given stringArray2Vector: TypeBinder[Vector[String]]
given stringList2Array: ParameterBinderFactory[List[String]]
given stringSeq2Array: ParameterBinderFactory[Seq[String]]
given stringSet2Array: ParameterBinderFactory[Set[String]]
given stringVector2Array: ParameterBinderFactory[Vector[String]]