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

cats.syntax.functorFilter.scala Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package cats
package syntax

private[syntax] trait FunctorFilterSyntax1 {
  implicit def catsSyntaxUFunctorFilter[FA](fa: FA)(implicit U: Unapply[FunctorFilter, FA]): FunctorFilter.Ops[U.M, U.A] =
    new FunctorFilter.Ops[U.M, U.A]{
      val self = U.subst(fa)
      val typeClassInstance = U.TC
    }
}

trait FunctorFilterSyntax extends FunctorFilter.ToFunctorFilterOps with FunctorFilterSyntax1




© 2015 - 2025 Weber Informatics LLC | Privacy Policy