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

com.twitter.algebird.util.summer.Incrementor.scala Maven / Gradle / Ivy

There is a newer version: 0.13.5
Show newest version
package com.twitter.algebird.util.summer

/**
 * @author Mansur Ashraf.
 */
trait Incrementor {
  def incr: Unit
  def incrBy(amount: Long): Unit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy