Align

cats.Align$
See theAlign companion trait
object Align

Attributes

Companion:
trait
Source:
Align.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Align.type

Members list

Concise view

Type members

Classlikes

trait AllOps[F[_], A] extends Ops[F, A]

Attributes

Source:
Align.scala
Graph
Supertypes
trait Ops[F, A]
class Object
trait Matchable
class Any
trait Ops[F[_], A] extends Serializable

Attributes

Source:
Align.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllOps[F, A]
trait ToAlignOps extends Serializable

Attributes

Source:
Align.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object nonInheritedOps.type
trait AllSyntax
object implicits.type
object all.type
object align.type

Deprecated classlikes

Attributes

Deprecated
true
Source:
Align.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object ops

Attributes

Deprecated
true
Source:
Align.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ops.type

Value members

Concrete methods

def apply[F[_]](implicit instance: Align[F]): Align[F]

Summon an instance of Align for F.

Summon an instance of Align for F.

Attributes

Source:
Align.scala
def semigroup[F[_], A](implicit F: Align[F], A: Semigroup[A]): Semigroup[F[A]]

Attributes

Source:
Align.scala

Implicits

Implicits

implicit def catsAlignForEither[A]: Align[[_] =>> Either[A, _$10]]

Attributes

Source:
Align.scala
implicit def catsAlignForList: Align[List]

Attributes

Source:
Align.scala
implicit def catsAlignForMap[K]: Align[[_] =>> Map[K, _$8]]

Attributes

Source:
Align.scala

Attributes

Source:
Align.scala
implicit def catsAlignForSeq: Align[Seq]

Attributes

Source:
Align.scala
implicit def catsAlignForSortedMap[K]: Align[[_] =>> SortedMap[K, _$9]]

Attributes

Source:
Align.scala

Attributes

Source:
Align.scala

Deprecated and Inherited implicits