UpdateManyWithGeneratedKeysPartiallyApplied

doobie.util.update.UpdateManyWithGeneratedKeysPartiallyApplied

Partial application hack to allow calling updateManyWithGeneratedKeys without passing the F[_] type argument explicitly.

Attributes

Source
update.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def withChunkSize[F[_]](as: F[A], chunkSize: Int)(implicit F: Foldable[F], K: Read[K]): Stream[ConnectionIO, K]

Attributes

Source
update.scala

Concrete methods

def apply[F[_]](as: F[A])(implicit F: Foldable[F], K: Read[K]): Stream[ConnectionIO, K]

Attributes

Source
update.scala