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

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

Source
Align.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AlignSyntax
trait AllSyntax
object all
object implicits
object align
Show all

Deprecated classlikes

object nonInheritedOps extends ToAlignOps

Attributes

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

Attributes

Deprecated
true
Source
Align.scala
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 catsAlignForId: Align[Id]

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