
com.twitter.algebird.util.summer.Incrementor.scala Maven / Gradle / Ivy
The newest version!
package com.twitter.algebird.util.summer
/**
* @author Mansur Ashraf.
*/
trait Incrementor {
def incr(): Unit
def incrBy(amount: Long): Unit
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy