All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wavesplatform.state.Summarizer.scala Maven / Gradle / Ivy

The newest version!
package com.wavesplatform.state

trait Summarizer[F[_]] {
  def sum(x: Long, y: Long, source: String): F[Long]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy