AltSyntax

trait AltSyntax[F[_]] extends ApplicativeSyntax[F] with InvariantAltSyntax[F]
trait ApplySyntax[F]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

Inherited from
ApplicativeSyntax
trait LiftV[A, B]
Inherited from
FunctorSyntax

Value members

Abstract methods

def F: Alt[F]

Inherited methods

def ^[A, B, C](fa: => F[A], fb: => F[B])(f: (A, B) => C): F[C]
Inherited from
ApplySyntax
def ^^[A, B, C, D](fa: => F[A], fb: => F[B], fc: => F[C])(f: (A, B, C) => D): F[D]
Inherited from
ApplySyntax
def ^^^[A, B, C, D, E](fa: => F[A], fb: => F[B], fc: => F[C], fd: => F[D])(f: (A, B, C, D) => E): F[E]
Inherited from
ApplySyntax
def ^^^^[A, B, C, D, E, I](fa: => F[A], fb: => F[B], fc: => F[C], fd: => F[D], fe: => F[E])(f: (A, B, C, D, E) => I): F[I]
Inherited from
ApplySyntax
def ^^^^^[A, B, C, D, E, I, J](fa: => F[A], fb: => F[B], fc: => F[C], fd: => F[D], fe: => F[E], fi: => F[I])(f: (A, B, C, D, E, I) => J): F[J]
Inherited from
ApplySyntax
def ^^^^^^[A, B, C, D, E, I, J, K](fa: => F[A], fb: => F[B], fc: => F[C], fd: => F[D], fe: => F[E], fi: => F[I], fj: => F[J])(f: (A, B, C, D, E, I, J) => K): F[K]
Inherited from
ApplySyntax
def point[A](a: => A)(implicit F: Applicative[F]): F[A]
Inherited from
ApplicativeSyntax
def pure[A](a: => A)(implicit F: Applicative[F]): F[A]

Alias for point

Alias for point

Inherited from
ApplicativeSyntax
def η[A](a: => A)(implicit F: Applicative[F]): F[A]
Inherited from
ApplicativeSyntax

Implicits

Implicits

implicit
def ToAltOps[A](v: F[A]): AltOps[F, A]

Inherited implicits

implicit
def ApplicativeIdV[A](v: => A): ApplicativeIdV[A]
Inherited from
ApplicativeSyntax
implicit
def ToApplicativeOps[A](v: F[A]): ApplicativeOps[F, A]
Inherited from
ApplicativeSyntax
implicit
def ToApplyOps[A](v: F[A]): ApplyOps[F, A]
Inherited from
ApplySyntax
implicit
def ToFunctorOps[A](v: F[A]): FunctorOps[F, A]
Inherited from
FunctorSyntax
implicit
Inherited from
InvariantAltSyntax
implicit
implicit
def ToLiftV[A, B](v: A => B): LiftV[A, B]
Inherited from
FunctorSyntax