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

tofu.higherKind.bi.extensions.scala Maven / Gradle / Ivy

There is a newer version: 0.13.6
Show newest version
package tofu.higherKind.bi

class MonoidBKOps[F[_, _], A, B](private val fab: F[A, B]) extends AnyVal {
  def combinebk[F1[x, y] >: F[x, y]](other: F1[A, B])(implicit FSG: SemigroupBK[F1]): F1[A, B] =
    FSG.combinebk(fab, other)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy