FCounter

implicit class FCounter[F[_]](ft: F[Counter[F]])(implicit evidence$3: FlatMap[F]) extends Counter[F]

Allow to call the {{Reporter.Counter}} methods on the {{F[Reporter.Counter]}}

trait Counter[F]
class Object
trait Matchable
class Any

Value members

Concrete methods

def count: F[Double]
def incrementN(amount: Double): F[Unit]

Inherited methods

def increment: F[Unit]

Increment this counter by 1

Increment this counter by 1

Inherited from:
Counter