BatchFunction

final case class BatchFunction[F[_], K, V](f: Set[K] => F[Map[K, V]])
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product