Batch

final case class Batch[F[_], K, V](id: Int) extends Step[F, Set[K], Map[K, V]]
Source:
Step.scala
trait Product
trait Equals
trait Step[F, Set[K], Map[K, V]]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product