SchemaState

final case class SchemaState[F[_]](nextId: Int, batchFunctions: Map[Int, BatchFunction[F, _, _]])
Companion:
object
Source:
SchemaState.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def mapK[G[_]](fk: FunctionK[F, G]): SchemaState[G]

Inherited methods

Inherited from:
Product