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

scalaz.syntax.EitherTOps.scala Maven / Gradle / Ivy

The newest version!
package scalaz
package syntax

final class EitherTOps[V](private val self: V) extends AnyVal {
}

trait ToEitherTOps {
  implicit def ToEitherTOps[A](a: A): EitherTOps[A] = new EitherTOps(a)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy