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

com.iheart.thomas.package.scala Maven / Gradle / Ivy

There is a newer version: 0.46-RC4
Show newest version
package com.iheart

import cats.MonadError

package object thomas {
  type KPIValue = Double
  type FeatureName = String
  type GroupName = String
  type UserId = String
  type MonadThrowable[F[_]] = MonadError[F, Throwable]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy