all

cats.collections.syntax.package$.all$
object all extends FoldableSyntax with RangeSyntax

Attributes

Source:
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
all.type

Members list

Concise view

Implicits

Inherited implicits

implicit def foldableSyntax[F[_] : Foldable, A](fa: F[A]): FoldableOps[F, A]

Attributes

Inherited from:
FoldableSyntax
Source:
foldable.scala
implicit def rangeSyntax[A](a: A): RangeOps[A]

Attributes

Inherited from:
RangeSyntax
Source:
range.scala