neotype.interop.doobie

Members list

Givens

Givens

given given_Show_Array[A](using show: Show[A]): Show[Array[A]]
given newtypeArrayGet[A, B : ClassTag](implicit evidence$1: ClassTag[B], newtype: WithType[A, B], get: Get[Array[A]], show: Show[Array[A]]): Get[Array[B]]
given newtypeArrayPut[A, B](using newtype: WithType[A, B], put: Put[Array[A]]): Put[Array[B]]
given newtypeGet[A, B](using newtype: WithType[A, B], get: Get[A], show: Show[A]): Get[B]
given newtypePut[A, B](using newtype: WithType[A, B], put: Put[A]): Put[B]
given subtypeArrayGet[A, B <: A : ClassTag](implicit evidence$1: ClassTag[B], subtype: WithType[A, B], get: Get[Array[A]], show: Show[Array[A]]): Get[Array[B]]
given subtypeArrayPut[A, B <: A](using subtype: WithType[A, B], put: Put[Array[A]]): Put[Array[B]]
given subtypeGet[A, B <: A](using subtype: WithType[A, B], get: Get[A], show: Show[A]): Get[B]
given subtypePut[A, B <: A](using subtype: WithType[A, B], put: Put[A]): Put[B]