ToFoldableOps

cats.Foldable.ToFoldableOps
trait ToFoldableOps extends Serializable

Attributes

Source
Foldable.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all
object implicits
object foldable
Show all

Members list

Implicits

Implicits

implicit def toFoldableOps[F[_], A](target: F[A])(implicit tc: Foldable[F]): Ops[F, A] { type TypeClassType = Foldable[F]; }

Attributes

Source
Foldable.scala