AllOps

cats.Align.AllOps
trait AllOps[F[_], A] extends Ops[F, A]

Attributes

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

Members list

Type members

Inherited types

type TypeClassType <: Align[F]

Attributes

Inherited from:
Ops
Source
Align.scala

Value members

Inherited methods

def align[B](fb: F[B]): F[Ior[A, B]]

Attributes

Inherited from:
Ops
Source
Align.scala
def alignCombine(fa2: F[A])(implicit ev$1: Semigroup[A]): F[A]

Attributes

Inherited from:
Ops
Source
Align.scala
def alignMergeWith(fa2: F[A])(f: (A, A) => A): F[A]

Attributes

Inherited from:
Ops
Source
Align.scala
def alignWith[B, C](fb: F[B])(f: (Ior[A, B]) => C): F[C]

Attributes

Inherited from:
Ops
Source
Align.scala
def padZip[B](fb: F[B]): F[(Option[A], Option[B])]

Attributes

Inherited from:
Ops
Source
Align.scala
def padZipWith[B, C](fb: F[B])(f: (Option[A], Option[B]) => C): F[C]

Attributes

Inherited from:
Ops
Source
Align.scala
def self: F[A]

Attributes

Inherited from:
Ops
Source
Align.scala
def zipAll[B](fb: F[B], a: A, b: B): F[(A, B)]

Attributes

Inherited from:
Ops
Source
Align.scala

Inherited fields

Attributes

Inherited from:
Ops
Source
Align.scala