Packages

  • package root
    Definition Classes
    root
  • package izumi
    Definition Classes
    root
  • package functional
    Definition Classes
    izumi
  • package bio

    Current hierarchy (use http://www.nomnoml.com/ to render, rendered: https://izumi.7mind.io/bio/media/bio-relationship-hierarchy.svg)

    Current hierarchy (use http://www.nomnoml.com/ to render, rendered: https://izumi.7mind.io/bio/media/bio-relationship-hierarchy.svg)

    [Functor3]<--[Bifunctor3]
    [Bifunctor3]<--[ApplicativeError3]
    [Functor3]<--[Applicative3]
    [Applicative3]<--[Guarantee3]
    [Applicative3]<--[Monad3]
    [Guarantee3]<--[ApplicativeError3]
    [ApplicativeError3]<--[Error3]
    [Monad3]<--[Error3]
    [Error3]<--[Bracket3]
    [Bracket3]<--[Panic3]
    [Panic3]<--[IO3]
    [IO3]<--[Async3]
    
    [Monad3]<--[Parallel3]
    [Parallel3]<--[Concurrent3]
    [Concurrent3]<--[Async3]
    
    [Error3]<--[Temporal3]
    
    [Functor3]<--[Profunctor3]
    [Profunctor3]<--[Arrow3]
    [Arrow3]<--[ArrowChoice3]
    [ArrowChoice3]<--[Local3]
    
    [Applicative3]<--[Ask3]
    [Monad3]<--[MonadAsk3]
    [Ask3]<--[MonadAsk3]
    [MonadAsk3]<--[Local3]

    Auxiliary algebras:

    [cats.effect.*]<:--[CatsConversions]
    
    [Fork3]<:--[Fiber3]
    
    [BlockingIO3]<:--[BlockingIO2]
    
    [Primitives2]<:--[Primitives3]
    [Primitives3]<:--[Ref3]
    
    [Primitives3]<:--[Semaphore3]
    [Primitives3]<:--[Promise3]
    
    [Entropy]<:--[Entropy2]
    
    [Entropy2]<:--[Entropy3]

    inheritance hierarchy:

    [Functor3]<--[Applicative3]
    [Applicative3]<--[Guarantee3]
    [Applicative3]<--[Monad3]
    [Guarantee3]<--[ApplicativeError3]
    [Bifunctor3]<--[ApplicativeError3]
    [ApplicativeError3]<--[Error3]
    [Monad3]<--[Error3]
    [Error3]<--[Bracket3]
    [Bracket3]<--[Panic3]
    [Panic3]<--[IO3]
    
    [Parallel3]<--[Concurrent3]
    [Concurrent3]<--[Async3]
    [IO3]<--[Async3]
    
    [Temporal3]
    
    [Profunctor3]<--[Arrow3]
    [Arrow3]<--[ArrowChoice3]
    [ArrowChoice3]<--[Local3]
    [Ask3]<--[MonadAsk3]
    [MonadAsk3]<--[Local3]

    current hierarchy roots:

    bifunctor:

    • Functor3
    • Bifunctor3
    • Parallel3
    • Temporal3

    trifunctor:

    • Profunctor3
    • Ask3

    standalone:

    • Fork3
    • BlockingIO3
    • Primitives3
    Definition Classes
    functional
  • package lifecycle
    Definition Classes
    functional
  • package quasi
    Definition Classes
    functional
  • IzEither
  • IzEitherAggregations
  • IzEitherTraversals
  • Lub
  • Renderable
  • Value
  • WithRenderableSyntax

object IzEitherAggregations extends IzEitherAggregations

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IzEitherAggregations
  2. IzEitherAggregations
  3. IzEitherTraversals
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class EitherBiAggregate[L, R, Col[x] <: IterableOnce[x]] extends AnyVal
  2. final class EitherBiFlatAggregate[L, R, Col[x] <: IterableOnce[x], Col2[x] <: IterableOnce[x]] extends AnyVal
  3. final class EitherBiFlatMapAggregate[Col[x] <: IterableOnce[x], T] extends AnyVal
  4. final class EitherBiMapAggregate[Col[x] <: IterableOnce[x], T] extends AnyVal
  5. final class EitherScalarOps[L, R, Col[x] <: IterableOnce[x]] extends AnyVal

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit final def EitherBiAggregate[L, R, Col[x] <: IterableOnce[x]](col: Col[Either[NonEmptyList[L], R]]): EitherBiAggregate[L, R, Col]
    Definition Classes
    IzEitherAggregations
    Annotations
    @inline()
  5. implicit final def EitherBiFlatAggregate[L, R, Col[x] <: IterableOnce[x], Col2[x] <: IterableOnce[x]](col: Col[Either[NonEmptyList[L], Col2[R]]]): EitherBiFlatAggregate[L, R, Col, Col2]
    Definition Classes
    IzEitherAggregations
    Annotations
    @inline()
  6. implicit final def EitherBiFlatMapAggregate[Col[x] <: IterableOnce[x], T](col: Col[T]): EitherBiFlatMapAggregate[Col, T]
    Definition Classes
    IzEitherAggregations
    Annotations
    @inline()
  7. implicit final def EitherBiMapAggregate[Col[x] <: IterableOnce[x], T](col: Col[T]): EitherBiMapAggregate[Col, T]
    Definition Classes
    IzEitherAggregations
    Annotations
    @inline()
  8. implicit final def EitherBiTraversals[Col[x] <: IterableOnce[x], T](col: Col[T]): EitherBiTraversals[Col, T]
    Definition Classes
    IzEitherTraversals
    Annotations
    @inline()
  9. implicit final def EitherLrPartitions[L, R, Col[x] <: IterableOnce[x]](col: Col[Either[L, R]]): EitherLrPartitions[L, R, Col]
    Definition Classes
    IzEitherTraversals
    Annotations
    @inline()
  10. implicit final def EitherScalarOps[L, R, Col[x] <: IterableOnce[x]](col: Col[Either[L, R]]): EitherScalarOps[L, R, Col]
    Definition Classes
    IzEitherAggregations
    Annotations
    @inline()
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from IzEitherAggregations

Inherited from IzEitherTraversals

Inherited from AnyRef

Inherited from Any

Ungrouped